Subject | Re: [Firebird-Java] Setting database page size |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-08-20T21:27:07Z |
> I was talking about the Firebird API implemented in fbclient. It has aSo far I was not able to find out appropriate sequence on the wire protocol to
> special code to execute CREATE DATABASE via isc_dsql_execute_immediate()
> without any priorly established connection to the server.
>
> I doubt such trick can be implemented in Java though.
support isc_dsql_execute_immediate without db and tr handle. That is why the
CREATE DATABASE is not supported. But AFAIK fbclient is able to do this on the
remote database, so one has to invest some more time into research.
Roman