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

Run-Time Error '3027' Using ODBCDirect to Open RecordSet

Status
Not open for further replies.

bros

Programmer
Jul 14, 2000
57
MY
Set gws = CreateWorkspace("", "ADMIN", "", "")

Set gdbDB = gws.OpenDatabase("C:\ABC", False, False, "dBASE IV")
Set rstA = gdbDB.OpenRecordset("ABC.DBF", dbOpenDynaset)

Why can I read & write in WinXP but Not In Win2000? It give me run time error Run-Time Error '3027' Using ODBCDirect to Open RecordSet

Please Help...!

Thanks

bro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top