Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic ODBC DSN(MS Access) thru Delphi

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Can anybody help me on Dynamic ODBC DSN(MS Access)CREATION thru Delphi code?
 
Hi fkumarcel,

Could you be a bit more specific about what you want to
do. This is very unclear to me.

BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
 
If you mean to get access to accessdatabases without creating an ODBC datasource, you can use the ADO Connection object and use the following connectionString.:

DBQ=C:\Temp\db1.mdb;DefaultDir=C:\Temp;Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;MaxScanRows=8;PageTimeout=5;SafeTransactions=0;Threads=3;UID=admin;User

Andreas Nordlund
Software developer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top