Subject How to create a firebird database with unicode file name?
Author Chau Chee Yang
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?