Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transfer Fields from dBaseIV to Access

Status
Not open for further replies.

maha12

Programmer
Sep 8, 2002
79
LK
Hi,

I wrote a Stock software which was done by clipper and database is dBaseIV now I want to transfer this software to VB6 and Database to Access.
Please explain me how do I transfer the Fields of tables of dBaseIV to Access with datas by using VB6 codings if possible.

Thanks,

Maha.
 
Hi maha12,

I don't think, that u can transfer clipper code to VB, but the process for transferring dBase IV to ACCESS is, create a new DB name (StockDB) or whatever, select tables and New, and the import. Now select file type to dBASE IV and select the file to import, repeat the same for more files

After importing you can modify the table structure, create primary keys, create indexes and relations. You can design front-end in access itself.

Need more help, pl. let me know.

Best
Shyam

Shyam
cwizshyam@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top