SQLite

SQLite Home Page

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include:

  • Zero-configuration - no setup or administration needed.
  • Implements most of SQL92.
  • A complete database is stored in a single disk file.
  • Simple, easy to use API.
  • TCL bindings included. Bindings for many other languages available separately.

だそうである。ODBCを使わないで、専用データプロバイダでVB6からアクセスできる方法ってあるんかしら…
ここのCOM Wrappers / Visual Basic DLLsにはいっぱい選択肢があってそれぞれどう違うのかわからん。

あらら、日本語の説明がはてなのキーワードになっていた。
keyword:SQLite