|
-
Jun 13th, 2004, 09:05 AM
#1
Thread Starter
Lively Member
Old Database to Access or SQL
Hi All;
How can I use FoxPro (.dbf) database in DOS to read its data and save it to the new RDBMS Database like Access or SQL or at least save it in Excel sheet for example.
-
Jun 13th, 2004, 10:27 PM
#2
Fanatic Member
Yes you can.
Open 2 connection in VB. One for your foxpro .DBF, one for your Access / SQL database.
Read your record from connection I, then write the record at connection II.
-
Jun 15th, 2004, 03:25 AM
#3
-
Jun 15th, 2004, 11:58 PM
#4
Fanatic Member
Hi Wen:
Thanks a lot to your reply I'll try it. I knew that Excel open a database files and (.dbf) but some others try to open this .dbf for DOS into Excel and the arabic from Elmosaed appear as strange characters this is the main problem I'm sorry I forget to mention this problem.

actually if the .DBF file is not corrupt, you can successfully open the .DBF in MS-Excell.
but one thing you should also consider is, Ms-Excell has its limitation on row of records. Since max of rows in excell only 65536.
how many records do you have at your .DBF file ???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|