borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (updating one filed in a form when another is selected)Next Topic (what is data warehousing and Olap??) New Topic New Poll Post Reply
AndreaVB Forum : Database : how to export access table to foxpro/dbase III table by ado??
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to export access table to foxpro/dbase III table by ado??

plaese tell me the answer for my question.

28-09-2002 at 11:46 AM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: how to export access table to foxpro/dbase III table by ado??

You can't. Not without researching the FXP/DBF format (which is now freely available online - altavista).
ADO, by definition, is non-db compliant, thefore cannot export one db to another. If you have the FoxPro ODBC drivers installed you can use createcatalog method of ADOX to create a file, export records.
Note,
DBF is single-file per table
Hope this helps,
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

29-09-2002 at 11:33 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : how to export access table to foxpro/dbase III table by ado??
Previous Topic (updating one filed in a form when another is selected)Next Topic (what is data warehousing and Olap??) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder