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