Sample DuckDB application

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
miab3
Zeos Test Team
Zeos Test Team
Posts: 1312
Joined: 11.05.2012, 12:32
Location: Poland

Sample DuckDB application

Post 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
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1984
Joined: 17.01.2011, 14:17

Re: Sample DuckDB application

Post 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
miab3
Zeos Test Team
Zeos Test Team
Posts: 1312
Joined: 11.05.2012, 12:32
Location: Poland

Re: Sample DuckDB application

Post by miab3 »

I mean the example until you fully implement the code.

Michal
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1984
Joined: 17.01.2011, 14:17

Re: Sample DuckDB application

Post 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
Post Reply