Subject | Re: [IBO] Odd TIB_Cursor problem in 4.8.7 |
---|---|
Author | tickerboo2002 |
Post date | 2008-07-06T10:59:10Z |
> It throws an EAccessViolation Exception. I'll compile IBO with debugSorry, my mistake, it's only throwing an EAccessViolation because I'm
> info and see if it yields anything more helpful....and also try with
> v4.6 again.
trying to use a column that is not found, i.e.
pCur->ParamByName("USER_NAME")->AsString = blah;
ParamByName is returning NULL. I cannot understand why ParamByName is
not returning a column for "USER_NAME" when "USER_NAME" is displayed
as a column if I step through the Params, which list "USER_NAME" and "PW"