|
(no version information, might be only in CVS)
PDO_SQLITE DSN -- Connecting to Microsoft SQL Server and Sybase databasesThe PDO_SQLITE Data Source Name (DSN) is composed of the following elements:
The DSN prefix is sqlite:.
To access a database on disk, append the absolute path to the DSN prefix.
To create a database in memory, append memory: to the DSN prefix.
While the default and recommended SQLite version in PDO_SQLITE is version 3, the driver also supports accessing and creating SQLite 2 databases. This enables you to access databases you may have created with the SQLite extension in previous versions of PHP.
The DSN prefix for connecting to SQLite 2 databases is sqlite2:.
To access a database on disk, append the absolute path to the DSN prefix.
To create a database in memory, append memory: to the DSN prefix.
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:15