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

VB 6 no access to Access XP tables

Status
Not open for further replies.

poltergeist

Programmer
Jul 16, 2003
173
CL
I'm not sure, but I've to install a new ISAM to have access to the XP tables?

Thanks for help
 
I'am hard coding my SQL strings

Dim basered As Database
Dim consulta As DAO.Recordset

Set basered = OpenDatabase("C:\forestal\dbForestal.mdb")
Set consulta = basered.OpenRecordset("select * from ordentrasporte", dbOpenDynaset)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top