Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Are php sessions secure?

1027


Php code to find whether a number armstrong or not?

1017


discuss the issue of software theft in ghana and how it has affected the economy

2169


What is ltrim?

972


How can you retrieve data from the mysql database using php?

1085


Why is php used?

1083


What are php loops?

1018


Why is php so popular?

969


What is session in php why it is use?

1037


What are php errors?

1035


Explain me what is the difference between explode() and split() functions?

1162


How to process the uploaded files?

1170


Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);

1064


What is string and its function?

1029


Explain mysql_errno()?

1097