Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,


I want to connect my .net application to foxpro.How can I do this.What is the meaning of dbc and dbf files.I want to extract tally files to .net by using foxpro connection string.Is it possible?If it means how can I create table for tally vouchers.plz help me for this.

Thanks in Advance
Posted

You can just use the OleDb Provider that comes standard with Visual Studio to connect to FoxPro databases. The Connection String looks something like this

C#
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=yourFolder\yourDataBase.dbf;Extended Properties=dBASE IV;User> ID=yourUser;Password=yourPassword


Hope this helps
 
Share this answer
 
You could always try Google: http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=.net+application+to+foxpro[^]
It's a powerful tool, if you actually use it at all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900