Results 1 to 2 of 2

Thread: Updating Access database from dBase using vb5

  1. #1
    Guest
    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?

  2. #2
    Junior Member
    Join Date
    Jun 1999
    Location
    Karachi, Sind, Pakistan
    Posts
    20

    Thumbs up

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width