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

Could not find installable ISAM with VB6(SP5)

Status
Not open for further replies.

RaffiqEddy

Programmer
Jan 7, 2002
51
MY
Hi!

Friends, please help me with this problem..

The questions..
What wrong? :-( [sadeyes]

The problem/error..
Could not find installable ISAM

The code..
Code:
Set db = New Connection
db.CursorLocation = adUseClient
db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=c:\myDB.mdb;pwd=myPwd"

Database Version..
MS Access 2002

VB version..
MS VB 6.0 (SP5)

ADO version..
MS ADO 2.5 Library

Thank you for your help

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top