Page 1 of 1
Forum

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!



Share:
Notifications
Clear all

[Solved] DATABSE app w/o SQL server

3 Posts
2 Users
0 Reactions
2,252 Views
(@elico)
Active Member
Joined: 10 years ago
Posts: 9
Topic starter  

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


   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
 

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).


   
ReplyQuote
(@elico)
Active Member
Joined: 10 years ago
Posts: 9
Topic starter  

Thanks

Elico


   
ReplyQuote
Share: