Click here to Skip to main content
15,890,374 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 tally via foxpro connection string.Is it possible?If it is means how can i get connection for foxpro and How can I use it.I have foxpro drivers.Plz help me for this.


Thanks in Advance
Posted

Hi,
there is an entire article on msdn of how can you perform this task: click here[^].
Regards
 
Share this answer
 
Hi Sridharan

.net application can be connected to Foxpro database. For that you need to install foxpro driver as "vfpoledb.exe"
From here you can download this driver

http://www.microsoft.com/downloads/en/details.aspx?familyid=e1a87d8f-2d58-491f-a0fa-95a3289c5fd4[^]
<add key ="DBconn" value ="Provider=VFPOLEDB.1;Data Source=D:\xxx\"/>


By using this you can open database connection.

Hope this help you.
 
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