Subject Re: QT and embedded FireBird database creation
Author samcarleton
--- In firebird-support@yahoogroups.com, "seasoned_geek" <roland@...> wrote:
>
> Has anyone managed to create a database with the embedded version
> of Firebird and Qt WITHOUT having to use the Firebird API?

I have successfully built a Qt application that uses Firebird. The QSqlDatabase driver I used was the QIBASE Borland InterBase Driver. The QIBASE works with many versions of Interbase and Firebird, so you will have to compile QIBASE for yourself. Have a look at this link:

http://www.qtcentre.org/threads/23382-Trouble-compile-QIBASE-plugin-on-Windows

Sam