Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stored proc via ODBC cannot get value

Status
Not open for further replies.

mouniryoussef

Programmer
Jul 26, 2005
14
US
RDBMS: Sql server 2000 (ODBC drive)
PB 8.0.3

i try to run an stored proc that have 2 arguments :
string ls_user, ls_approval
ls_approval = Fill(" ", 1)
SQLCA.sp_acq_ca_aprroval(ls_user,ref ls_approval )

under MSS sql server driver (6.5) i get the ls_approval
value but using ODBC driver i get always " " ?

any idea ?

thanks for your help
Mounir

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top