Is it possible to connect to a Microsoft Access database
without a DSN? If so, how??
Answer Posted / ghan shyam
yes it is posible to connect ms access database without dsn
you have to provide Driver for database and database path in odbc_connect function. like :
odbc_connect(DRIVER={Microsoft Access Driver
(*.mdb)}; DBQ="{database path}", "{db username if any}"
, "{db_password if any}") or die("could not connect to database");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are php sessions secure?
Php code to find whether a number armstrong or not?
discuss the issue of software theft in ghana and how it has affected the economy
What is ltrim?
How can you retrieve data from the mysql database using php?
Why is php used?
What are php loops?
Why is php so popular?
What is session in php why it is use?
What are php errors?
Explain me what is the difference between explode() and split() functions?
How to process the uploaded files?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is string and its function?
Explain mysql_errno()?