Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello!!!


i create windows(in C#) base application, its based on .dbf file so i want to fatch some column from .dbf file so how can i execute query on .dbf file.


Thank you.
Posted
Comments
ZurdoDev 14-May-13 7:34am    
You need to create a connection string to it.
Member 9444634 15-May-13 2:38am    
i already created.
m_dbfConnection = new OdbcConnection("Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=" + m_relativePath + ";");

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