Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Does anyone here knows how to export Database Table to a CSV file in VC++?
-if Possible SQLite DB table to CSV file.
I've searched over the net but to no avail.
-It could be a library or just a simple class but it should be free...
please help.
any help would be much appreciated.. Thanks in advance!
Posted
Updated 4-May-11 22:02pm
v2

If there are no direct VC++ solutions, i will try to propose an indirect one. If you know C# or VB.NET, you can create a Exporting Database table to CSV program in 1-3 hours using code snippets from Internet. Then encapsulate it as a class, compile as DLL, and make it callable from VC++ project.
If you need some helpful links to C#/VB.NET code, let me know.
Sergey Chepurin.
 
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