Home » U++ Library support » U++ Core » Is there a little database class?
Re: Is there a little database class? [message #6430 is a reply to message #6426] |
Sun, 12 November 2006 17:31  |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
forlano wrote on Sun, 12 November 2006 04:24 | Hello,
Does U++ have a minimalist internal database class? (no sql and other sophisticated weapons).
Luigi
|
Actually, it has two non-SQL database classes, but not in the "canonical" packages.
Both are in TCore package. There is DbfStream for handling DBF format database files.
Also, there is DataBase class, which is simple powerful database engine with own philosophy developed by Tom for one of his applications. Frankly, I know a very little about this class and in fact, to my knowledge, in recent apps Tom started to use Sqlite too.
I have to agree with Zsolt that for typical new applications, as long as DBF compatibility is not an issue and embedded database is needed, Sqlite is the best option.
Mirek
|
|
|
Goto Forum:
Current Time: Mon Apr 28 19:26:21 CEST 2025
Total time taken to generate the page: 0.00546 seconds
|