Subject | Re: [firebird-support] Client Lib and Unicode |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-11-12T08:41:52Z |
> I can’t callI'd say that Ansi Chars is the only way to call the function. Wide
> isc_attach_database(@(hdbc^.status), 0,@DATABASE,@(hdbc^.db_handle),i,
> @dpb);
> with PAnsiChars for DATABASE and UserName and Password structure can I?
Chars won't work.
> the client lib is not unicode "aware" is it?If you use isc_dpb_utf8_filename in 2.5 you can use unitode (utf8
encoded) for filename and, may be, user name.
SY, SD.