Subject RE: [IBO] Error executing sp
Author Alan McDonald
> > it must have something to do with this component:
> > This component is used for all InterBase DSQL statements that do not
> involve
> > the handling of multiple rows of output data.
> > But yours is giving back a row of data..
> > Have you tried the same thing with a IB_Cursor?
> > Alan
>
> Yes, but it returned nothing, for obvious reasons I guess.
>
>

Do you mean it retrned no error or no return value? The cursor should return
the value but you now need to use the SELECT syntax
SELECT ACCOUNTID FROM USER_SESSION_START2(:ACCOUNTNAME,:USERNAME:PASSWRD);

Alan