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!

I am using pb6 wiht ms sql server 7

Status
Not open for further replies.

santosh2natal

Programmer
Aug 10, 2003
37
IN
I am using pb6 wiht ms sql server 7.0 as backend. I want to connect to backend using OLE DB interface. Is it possible? Also on what versions of Windows will it work? Particularly I work on win98 for front end and win NT 4.0 for backend.

Please help

Thanx in advance
 
These are the connection parameters we use to connect to sql2000 via OLE DB (from pb8.0.3). I don't know if they would work on PB6 or not.

SQLCA.DBMS = "OLE DB"
SQLCA.AutoCommit = False
SQLCA.DBParm = "PROVIDER='SQLOLEDB',DATASOURCE='AIN02',PROVIDERSTRING='database=quote_apa;Trusted_Connection=Yes'"


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top