bservello
Oct 8th, 2000, 11:14 PM
I'm having a difficult time opening a Foxpro File in DAO which allows updates
Set db = OpenDatabase("C:\BRUNO", False, False, "FoxPro 2.6;")
Set rs = db.OpenRecordset("TEST", dbOpenTable)
This allows me to open the file but not update.
What's wrong.
B. Servello
Set db = OpenDatabase("C:\BRUNO", False, False, "FoxPro 2.6;")
Set rs = db.OpenRecordset("TEST", dbOpenTable)
This allows me to open the file but not update.
What's wrong.
B. Servello