Subject | RE: [firebird-support] Client Lib and Unicode |
---|---|
Author | Alan McDonald |
Post date | 2009-11-12T09:08:39Z |
> > I cant callseems like PByte might work - am I setting myself up though?
> > isc_attach_database(@(hdbc^.status),
> 0,@DATABASE,@(hdbc^.db_handle),i,
> > @dpb);
> > with PAnsiChars for DATABASE and UserName and Password structure can
> I?
>
> I'd say that Ansi Chars is the only way to call the function. Wide
> Chars won't work.
Alan
>
> > 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.