Results 1 to 2 of 2

Thread: Export to foxpro

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Columbia, SC USA
    Posts
    374

    Post

    Can anyone give me an example on how to create a foxpro table and export data from an existing Access table to it?

    Thanks

    Andrew

  2. #2
    Member
    Join Date
    Nov 1999
    Location
    India
    Posts
    33

    Post

    The easy way is the use DAO.
    Create two recordsets. One for Foxpro and one for access. Then using a for loop read all the data from the access table and inside the loop trf. it to the foxpro recordset and update it.

    Regards
    Manjinder Sodhi

    ------------------

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