Home » U++ Library support » U++ Core » Is there a little database class?
Re: Is there a little database class? [message #6428 is a reply to message #6427] |
Sun, 12 November 2006 12:17   |
 |
forlano
Messages: 1207 Registered: March 2006 Location: Italy
|
Senior Contributor |
|
|
zsolt wrote on Sun, 12 November 2006 11:45 | What you mean?
Do you want some some in memory data store or a simple db engine using a database file?
What do you want? Storing data in tables, indexed search?
SQLite is very minimalistic, has a very low memory footprint and can do all the above things.
|
Hi Zsolt,
I mean I need some easy thing to use: create a dbase, add two tables, add the the fields to each table, fill the rows, perform a search and show the result. In the past I've used the Xbase library and I felt confortable with it (perhaps because it was documented and there was a full test program available).
Unfortunatly the documentation for the Upp/sqlite is not enough for a not experienced user as me and I feel lost among all those classes.
Is there around a simple U++/CONSOLE application that perform the tasks I listed above? Even the sqlite site lacks of a good test program... maybe I was not able to find it?
The SqlApp seems too complex. I believe that once I've mastered the essential of sqlite console the step to the gui will be easier.
Thanks,
Luigi
|
|
|
Goto Forum:
Current Time: Mon Apr 28 19:29:04 CEST 2025
Total time taken to generate the page: 0.05777 seconds
|