Subject Re: [IBO] Odd TIB_Cursor problem in 4.8.7
Author tickerboo2002
> Have you tried using: ParamByName('USER_NAME')
>
> instead of: ParamByName("USER_NAME") ?
>
> At least I use this with Delphi for years and it's working.

I'm using BCB/C++ so "USER_NAME" is the correct format.