Re: [Firebird-devel] Pure C methods for IBatch

2022-01-18 Thread Adriano dos Santos Fernandes
On 17/01/2022 17:31, Jiří Činčura wrote: >> I suspect you didn't understand well how easy it is. > > I'm all ears. Or actually eyes - I'll be glad to learn some new C#/.NET > interop tricks. > I'd not say it's tricks, certainly not for you. I just see no difficulty in this more than the C appr

Re: [Firebird-devel] Pure C methods for IBatch

2022-01-18 Thread Jiří Činčura
> public delegate* unmanaged[Cdecl] FIREBIRD_IStatus*> getStatus; I completely ruled out function pointers because I still support .NET Framework and it's not supported there. But on the second thought this might be a nail in the coffin of .NET Framework support. Thanks for kicking me. -

[Firebird-devel] User name case

2022-01-18 Thread Dimitry Sibiryakov
Hello All. At which point user name is uppercased during attachDatabase() call? -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] User name case

2022-01-18 Thread Alex Peshkoff via Firebird-devel
On 1/18/22 19:23, Dimitry Sibiryakov wrote: Hello All.   At which point user name is uppercased during attachDatabase() call? In ServerAuth::ServerAuth(). It calls     fb_utils::dpbItemUpper(userName); Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/list