Page 1 of 1
Sample DuckDB application
Posted: 06.01.2025, 10:19
by miab3
Hi Jan, since you're adding DuckDB maybe you could also add the simplest application to create, connect, add and read data from duckDB.
Michal
Re: Sample DuckDB application
Posted: 06.01.2025, 12:45
by marsupilami
Hello Michal,
I am not sure, what you mean. From a Zeos perspective, DuckDB will be just another SQL database. So besides creating it, everything else goes as you would do for Firebird, PostgreSQL and the like?
Maybe you could clarify what needs an explanation?
Best regards,
Jan
Re: Sample DuckDB application
Posted: 06.01.2025, 12:55
by miab3
I mean the example until you fully implement the code.
Michal
Re: Sample DuckDB application
Posted: 06.01.2025, 19:03
by marsupilami
Hello Michal,
until I finish the resultset, the code simply isn't usable at all. You can execute queries by using TZConnection.ExecuteDirect, but that's it. Currently no results processing is implemented.
But I hope that it will not take long to finish the result set. Then it should be possible, to get readonly data as a minimum.
Best regards,
Jan