PDA

Click to See Complete Forum and Search --> : Updating Access database from dBase using vb5


Apr 19th, 2000, 09:44 PM
I want to use DAO to make updates from a dBase table to an Access table using VB5. Do I create two database objects and then use SQL UPDATE statement? What is the syntax for the SQL statement when I have a database in the dBase format?

aamer
Apr 21st, 2000, 05:58 PM
Well, definately you have to open two database objects; one each for Access and dBase. If you are having problems with SQL Update statement then try rs.Edit and rs.Update commands in DAO.
I am confident this will solve your problem.