The application uses SQLExecute to execute the CALL statement. The driver OPENs a cursor for the internal result set used to return output parameters and issues a FETCH to return the first row. Note that this is the only row in the result set for procedures. The driver returns output parameter values into the buffers specified by SQLBindParameter. If the procedure returned one or more result sets, the driver opens a received cursor on the first one.
|
Copyright © 2009 CA.
All rights reserved.
|
|