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
What is delimiter php?
What is a trait in php?
What is the difference between php and core php?
What does $this do in php?
What is c++ polymorphism?
What are the different types of array in php?
Does php require a web server?
What are the encryption functions available in PHP?
What is mysql_real_escape_string used for?
Why die is used in php?
Tell me what type of operation is needed when passing values through a form or an url?
What is helper library?
Where are cookies stored php?
The left association operator % is used in PHP for?
Is empty in php?