Conversion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajks
    New Member
    • Mar 2007
    • 1

    #1

    Conversion

    Hi

    I Want To Convert Foxpro*.dbf File To Access *.mdf File
    I Need The Code Sample Can Any One Help Me

    Raj
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by rajks
    Hi

    I Want To Convert Foxpro*.dbf File To Access *.mdf File
    I Need The Code Sample Can Any One Help Me

    Raj
    Hi Raj. You might find this site interesting.

    Comment

    • kscmjo
      New Member
      • Mar 2007
      • 13

      #3
      VB6 has a sample application called VisData. Do a search of your hard disk if you don't know where the samples are. Visdata can read most databases and export them to most databases. Its in source code and helps me a great deal when working out Database problems. So if you can get your head around how visdata does it, you could programme to do the same thing. (Or just use visdata to do it). When running sample apps ALWAYS run the vbp from explorer (rather than load from VB6). This ensures that it finds the files it needs. I thought every sample app didn't work till I worked that out.

      Comment

      Working...