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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLSERVER CONNECTION

Status
Not open for further replies.

Gianricus

Programmer
Apr 2, 2003
62
IT
Hi, i want connect my app with sql server. i this app i use an access database, but i must connect one table from a administration sql database. For access connection i had create a INI file and i use an RDO conn. my INI file:

*************
[DATABASE]
MDB=DBQ=\\SRVDATI\GENERAL\afrodite\ORTON.mdb;DefaultDir=\\SRVDATI\GENERAL\afrodite\;Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;ImplicitCommitSync=Yes;MaxBufferSize=512;MaxScanRows=8;PageTimeout=5;SafeTransactions=0;Threads=3;UID=admin;UserCommitSync=Yes;#ù•g#„ |
*************

it's possible create this INI file for a SQL SERVER Database???

thanks & by.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top