stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
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)
|