Subject | How to create a firebird database with unicode file name? |
---|---|
Author | Chau Chee Yang |
Post date | 2008-10-07T07:39:54Z |
Hi,
I pass
CREATE DATABASE 'Myfile.fdb' USER 'SYSDBA' PASSWORD 'masterkey';
to isc_dsql_execute_immediate and I can create a firebird database
Myfile.fdb.
However, if the database file name has unicode character, it will
fail. Is that possible to do that?
I pass
CREATE DATABASE 'Myfile.fdb' USER 'SYSDBA' PASSWORD 'masterkey';
to isc_dsql_execute_immediate and I can create a firebird database
Myfile.fdb.
However, if the database file name has unicode character, it will
fail. Is that possible to do that?