[PHP-DB] more info about data connection with Microsoft Access Driver

2003-01-30 Thread qt
Dear Sirs, I am working with ms access database and I am using following connection; $conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; .. . I want to learn more for handling data Where can I find good source for this subject? Best Regards -- PHP Database Mailing List (http://

RE: [PHP-DB] More info..

2001-09-26 Thread Rick Emery
try executing the query string directly in the mysql command line. What happens? -Original Message- From: Tommy Nilsson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 11:53 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] More info.. Hi. I get no error, it works fine. I get

[PHP-DB] More info..

2001-09-26 Thread Tommy Nilsson
Hi. I get no error, it works fine. I get all the variables that you can se from the querystring or from a form with exact those names. It gives no error and does no update. //Thanx, Tommy