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

ado connection properties

Status
Not open for further replies.

yuben

Programmer
Feb 8, 2001
20
0
0
ZA
Good day

I am trying to use the MS documented property of
"Jet OLEDB:Connection Control" to limit connections to an Access database.

However in Delphi there is a compiler error that the property is read only.
This is the line of code :

adoconnection1.properties['Jet OLEDB:Connection Control']=1

On the MS website the example is given in VB.

I tried setting this property in the connection string but the error is then "could not find ... ISAM provider".

Please help.

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top