Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I'm using Ubuntu and I need to use SQlite in netbeans 6.5.1 to develop a C++ program to store data.

I've tried downloading the SQlite jdbc driver library but I don't know how to use it. Can anyone post a step by step tutorial to setup the SQlite database connection? Thanks alot !
Posted

1 solution

JDBC is a Java database driver - if your program is in C++ you would be better off using the native C/C++ interface: http://www.sqlite.org/cintro.html[^]
 
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