Hi
Please help how to connect foxrpo2.6 database/table in visual basic
Because I have to rewrite the old foxpro2.6 program in visual basic but
the table of foxpro2.6 should be used.
thanks
asm
Printable View
Hi
Please help how to connect foxrpo2.6 database/table in visual basic
Because I have to rewrite the old foxpro2.6 program in visual basic but
the table of foxpro2.6 should be used.
thanks
asm
You might be able to just import it into Access, but, if not, you could export it as a comma delimited text file, and then import it into either your app, or Access.
If you use ADO or ODBC you can connect to your fpdb. check out http://www.connectionstrings.com/ for the appropriate connectionstring for foxpro.
Also, here on msdn.
http://msdn.microsoft.com/library/de...sualFoxPro.asp