![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveabout pdo and sqlite2
From: Yarco <yarco.w@gmail.com>
Date: Fri Sep 23 2005 - 14:41:01 CEST
I'm trying hard to use pdo and sqlite2 without php_pdo_sqlite.dll
$dsn = 'sqlite2::memory:';
try {
print_r($pdo);
But i get nothing.
|