Lazarus

Programming => Databases => Topic started by: yahoo000 on October 16, 2021, 11:07:31 am

Title: sql queries without connecting to database ?
Post by: yahoo000 on October 16, 2021, 11:07:31 am
is there any component in lazarus where I can insert data, and do some queries like it is in sql , "Select * from xxx where data='sss'" ??
Title: Re: sql queries without connecting to database ?
Post by: MarkMLl on October 16, 2021, 11:37:43 am
So if you do that what do you reckon will respond with stored data?

MarkMLl
Title: Re: sql queries without connecting to database ?
Post by: korba812 on October 16, 2021, 12:25:28 pm
There is a component for storing data in memory with SQL query possible - ZMSQL
https://wiki.freepascal.org/ZMSQL
Title: Re: sql queries without connecting to database ?
Post by: yahoo000 on October 16, 2021, 01:40:29 pm
There is a component for storing data in memory with SQL query possible - ZMSQL
https://wiki.freepascal.org/ZMSQL

thx ! :)
Title: Re: sql queries without connecting to database ?
Post by: Zvoni on October 18, 2021, 10:01:28 am
Use SQLite and create an InMemory-Database?
TinyPortal © 2005-2018