Home » U++ Library support » U++ SQL » how to connect to sqlite via U++ in VC++
Re: how to connect to sqlite via U++ in VC++ [message #8776 is a reply to message #8774] |
Thu, 29 March 2007 20:30   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
bitsun wrote on Thu, 29 March 2007 14:18 | This question may be too general. but I have not began coding.
Is it possible to compile a C++ program in VC++ with the header files provided by U++? Actually I just need the sql features of U++,since I only program a console application.If yes ,could you please give me a short description of how to do it or a link to such tutorial.
Thanks in advance
|
Well, to anwer we have to deal with two issues:
1 - U++ is strong console platform too. In fact, SQL support is GUI independent.
2 - Using U++ without TheIDE is possible, but at the moment tricky. OTOH, U++ on Win32 is best used with VC++ compiler (but not studio, just commandline tools). That is how we develop our commercial apps.
Now the quick start for SQLite development is in "reference/SQL_SQLite3" package. The source of package is also shown here:
http://www.ultimatepp.org/reference$SQL_Sqlite3.html
(BTW, it is console application).
Mirek
|
|
|
Goto Forum:
Current Time: Sun Aug 24 14:27:04 CEST 2025
Total time taken to generate the page: 0.03856 seconds
|