[PHP-DB] Re: question in ADODB

2003-02-21 Thread Philippe Saladin
yes, but can you tell me how? I have read the manual, but they didn't tell how to do so! Look at testdatabases.inc.php in the adodb release. Basically, you would have to write something like : include(adodb.inc.php); $conn = NewADOConnection('ado_access'); $conn-debug = TRUE; // useful for

[PHP-DB] Re: question in ADODB

2003-02-21 Thread pei_world
thank you very much -- Sincerely your; pei_world ( .::IT::. ) Philippe Saladin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... yes, but can you tell me how? I have read the manual, but they didn't tell how to do so! Look at testdatabases.inc.php in the

[PHP-DB] Re: question in ADODB

2003-02-20 Thread pei_world
yes, but can you tell me how? I have read the manual, but they didn't tell how to do so! -- Sincerely your; pei_world ( .::IT::. ) Philippe Saladin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I found the following code on the internet. I'd like to know

[PHP-DB] Re: question in ADODB

2003-02-19 Thread Philippe Saladin
I found the following code on the internet. I'd like to know that what I need to do, if I want to use the actually Access file with out the DSN, how to use the Microsoft Jet? thx -- code include(adodb.inc.php); $db =