Click here to Skip to main content
15,904,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C++ and Sqlite connection Pin
markkuk9-Jan-09 3:40
markkuk9-Jan-09 3:40 
GeneralRe: C++ and Sqlite connection Pin
Thilek9-Jan-09 3:54
Thilek9-Jan-09 3:54 
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 4:05
vanishaa9-Jan-09 4:05 
GeneralRe: C++ and Sqlite connection Pin
Cedric Moonen9-Jan-09 4:07
Cedric Moonen9-Jan-09 4:07 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 4:16
professionalStuart Dootson9-Jan-09 4:16 
JokeRe: C++ and Sqlite connection Pin
6Qing889-Jan-09 16:58
6Qing889-Jan-09 16:58 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:16
professionalStuart Dootson9-Jan-09 22:16 
AnswerRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 4:03
professionalStuart Dootson9-Jan-09 4:03 
This page[^] gives an example of how to connect to a SQLite database with the C/C++ bindings.

This page[^] gives you more information about what's available in the C/C++ bindings for SQLite.

This page[^] has a downloadable e-book that shows you how to use SQLite with Visual C++ (see chapter 3 for instructions about how to build your program) [edit]This is a pay-for e-book - didn't notice that before- DOH![/edit].

And then there's this CodeProject article[^] (you know, CodeProject, the site you're asking this question on) that has a C++ wrapper for SQLite.

Google is your friend...

[edit]The CodeProject article tells you all you need to get started with SQLite. I see you've commented on the article already - if you can't make progress even after reading that article, I think you need to learn some basics about how to build C++ programs with third-party libraries...[/edit]
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 18:54
vanishaa9-Jan-09 18:54 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:19
professionalStuart Dootson9-Jan-09 22:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 1:32
vanishaa10-Jan-09 1:32 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 1:57
professionalStuart Dootson10-Jan-09 1:57 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:19
vanishaa10-Jan-09 2:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:46
vanishaa10-Jan-09 2:46 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 3:20
professionalStuart Dootson10-Jan-09 3:20 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 4:03
vanishaa10-Jan-09 4:03 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 5:33
professionalStuart Dootson10-Jan-09 5:33 
Questioncommand line Pin
Russell'9-Jan-09 2:37
Russell'9-Jan-09 2:37 
AnswerRe: command line Pin
David Crow9-Jan-09 3:09
David Crow9-Jan-09 3:09 
GeneralRe: command line Pin
Russell'9-Jan-09 4:53
Russell'9-Jan-09 4:53 
QuestionPossible violation in typedefs Pin
6Qing889-Jan-09 2:05
6Qing889-Jan-09 2:05 
QuestionRe: Possible violation in typedefs Pin
CPallini9-Jan-09 2:18
mveCPallini9-Jan-09 2:18 
AnswerRe: Possible violation in typedefs Pin
6Qing889-Jan-09 3:01
6Qing889-Jan-09 3:01 
AnswerRe: Possible violation in typedefs Pin
Stuart Dootson9-Jan-09 2:25
professionalStuart Dootson9-Jan-09 2:25 
GeneralRe: Possible violation in typedefs Pin
6Qing889-Jan-09 3:06
6Qing889-Jan-09 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.