[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://

[PHP-DB] data inserting problem

2003-01-30 Thread qt
Dear Sirs, I am using following script to insert data into ms access data with php script $UserName = "ara"; $Password = "123456"; $conn = new COM("ADODB.Connection") or die("Cannot start ADO"); // Microsoft Access connection string. $conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:

[PHP-DB] to connect access mdb

2003-01-30 Thread qt
Dear Sirs, I try to connect my access mdb with following script but I can not succed. I get following error. This server is currently overloaded - please try again later Any idea where is the my mistake. I am using xitami server under windows 98. Open("Provider=Microsoft,.Jet.OLEDB.4.0; Data So

[PHP-DB] how can I start running a perl cgi from php

2003-01-31 Thread qt
Dear Sirs, I want to run a perl script with a command in my php script. I think include() is not suitable to run perl script. When I use include(), it brings source of the perl script. Would you help me which command is very usefull for that purpose. Best Regards -- PHP Database Mailing List