Subject Re: [firebird-support] Unicode DB connection strings
Author Adriano dos Santos Fernandes
maverickthunder escreveu:
> Hi,
>
> I want to know if I can pass unicode/utf-8 strings to the
> isc_attach_database function or they only accepts ansi database names
> and ansi user/passwords strings.
>
> Fields in ibase.h are defined as chars but in source code, they use
> TEXT so, depending on compilation type one can imagine that there is
> support for unicode database names.
>
The filename will be passed to OS functions without any conversion. In
Windows, ANSI version of the API is used so the filenames will be incorrect.


Adriano