GiST at http://gist.cs.berkeley.edu/
I think the support of spatial indexes can bring a lot of new users from
SQLite (https://www.sqlite.org/rtree.html ) and PostgreSQL
(http://www.postgresql.org/docs/8.1/static/indexes-types.html) to FireBird.
Christian Waldmann
Hello Marius
Hello Dimitry
Thanks for the info. So I will look at Qt 5.0 and the current QIBASE
driver, and take the effort to contribute to Qt.
But I know only the Windows platform well.
Happy greetings
Chris
--
Free N
Hello Firebird team
I am using Firebird since many years, and since some time also in
combination with the Qt Framework. Today I have encountered, that the
QIBASE driver has only a minimalistic implementation.
Has someone tried to upgrade/rework the QIBASE driver to support the
Firebird 2.5 fu
Hello Paul
Here is the link to the issues I had reported to the version 2.5.1 make
scripts:
http://sourceforge.net/mailarchive/message.php?msg_id=27081999
At least the modification for make_examples.bat are not in the trunk.
Maybe the same is missing in FB3 trunk
Best regards
Christian
P.S.:
@echo.
@echo Building empbuild.fdb
@copy /y %FB_OUTPUT_DIR%\bin\isql.exe %FB_GEN_DIR%\examples\ > nul @copy
/y %FB_OUTPUT_DIR%\bin\fbembed.dll %FB_GEN_DIR%\examples\fbclient.dll > nul
Regards
Christian Waldmann
-
:BUILD_EMPBUILD
@echo.
@echo Building empbuild.fdb
@copy /y %FB_OUTPUT_DIR%\bin\isql.exe %FB_GEN_DIR%\examples\ > nul
@copy /y %FB_OUTPUT_DIR%\bin\fbembed.dll
%FB_GEN_DIR%\examples\fbclient.dll > nul
Regards
Christian Waldmann
--
as in repository stored.
:BUILD_EMPBUILD
@echo.
@echo Building empbuild.fdb
@copy /y %FB_OUTPUT_DIR%\bin\isql.exe %FB_GEN_DIR%\examples\ > nul @copy
/y %FB_OUTPUT_DIR%\bin\fbembed.dll %FB_GEN_DIR%\examples\fbclient.dll > nul
Regards
Christian Waldmann
--
> >> > Is it a requirement that fbserver is run with administrator
> >> privileges
> >> > in this scenario? That would be quite unfortunate in my case.
> >> >
> >
> > To access the security2.fdb, the user must have write access to this
> > file or to the folder. In the common places (e.g. "...\prog
>
> > Hello,
> > I posted this one a while ago on the support list but couldn't get
> any
> > useful reply. Plus it seemed to me that the problem was only with Fb
> > 2.0, but it is now doing it with Fb 2.1 as well.
> >
> > --
> >
> > I am trying to run bin\fbserver.exe -a -n from a cust