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
Sample DuckDB application
-
- Platinum Boarder
- Posts: 1984
- Joined: 17.01.2011, 14:17
Re: Sample DuckDB application
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
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
I mean the example until you fully implement the code.
Michal
Michal
-
- Platinum Boarder
- Posts: 1984
- Joined: 17.01.2011, 14:17
Re: Sample DuckDB application
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
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