Subject | Re: [IBO] Odd TIB_Cursor problem in 4.8.7 |
---|---|
Author | tickerboo2002 |
Post date | 2008-07-06T09:46:38Z |
> Have you tried using: ParamByName('USER_NAME')I'm using BCB/C++ so "USER_NAME" is the correct format.
>
> instead of: ParamByName("USER_NAME") ?
>
> At least I use this with Delphi for years and it's working.