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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to call Function from VB6 and get value return

Status
Not open for further replies.

Fudo

Programmer
May 9, 2000
6
US
I wrote one Function but I can not call it from VB6.
StoredProcedure works fine (execute sp_del_fundstockspecial (val1,val2) ).
How can I execute a function (f_del_fundctockspecial (val1)send val1 to function and get value back)?
Thanks for help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top