Example 39-3. Connect to SQLite on a Unix machine using options
例 39-3オプションを使用して Unix マシン上の SQLite に接続する - PEAR
Example 39-4. Connect to SQLite on a Windows machine using options
例 39-4オプションを使用して Windows マシン上の SQLite に接続する - PEAR
At the time of this writing, the ActiveRecord JDBC Adapter does not work with the SQLite JDBC driver. このドキュメントの執筆時点では、ActiveRecord JDBC Adapter は SQLite JDBC ドライバとは動作しません。 - NetBeans
At the time of this writing, ActiveRecord-JDBC does not work with the Sqlite JDBC driver. このドキュメントの執筆時点では、ActiveRecord-JDBC は Sqlite JDBC ドライバとは動作しません。 - NetBeans
Note: The Run Rake Task db createmenu option works only for MySQL, PostgreSQL, SQLite, and SQLite3 adapters. 注: 「Rake タスクの実行」「db」「create」メニューオプションは、MySQL、PostgreSQL、SQLite、SQLite3 の各アダプタにのみ有効です。 - NetBeans
SQLite Installation$ pear install MDB2$ pear install MDB2#mysql$ pear install MDB2#pgsql Still having problems? Check the F.A.Q.
SQLiteインストール$ pear install MDB2$ pear install MDB2#mysql$ pear install MDB2#pgsqlうまく行かない場合は FAQを参照ください。 - PEAR
Some RDBMS, for example SQLite, will default to use the fully qualified name for a column in assoc fetches if it is qualified in a query.
例えば SQLite のデフォルト設定では、修飾子つきのクエリで結果を取得するとカラム名の修飾子が付加されます。 - PEAR