Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] DATABSE app w/o SQL server
Delphi, Lazarus, Free Pascal
(@elico)
Active Member
Joined: 10 years ago
Posts: 9
Topic starter
October 26, 2015 3:46 AM
Hi
In case I want to do a databse app with DELPHI or LAZARUS can I do it without any SQL server just using a built in database
engile in DELPHI or lazarus ?
Thanks
Elico
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
October 26, 2015 11:14 PM
Yes there are several options.
One would be using SQLite, to get started read "Get started with Lazarus and SQLite".
If you want no engine whatsoever, then there are a few alternatives available. But I haven't done much with those.
For example Delphi (and I think Lazarus can do this as well) can work with DBase files, or in-memory databases (which can be save/loaded).
(@elico)
Active Member
Joined: 10 years ago
Posts: 9
Topic starter
October 27, 2015 1:09 AM