Link to home
Start Free TrialLog in
Avatar of bnoles
bnolesFlag for United States of America

asked on

Return the value of a SQL Server Function in VB Script

I am looking for a sample vb script that executes a stored scalar function in SQL Server and returns the value into a variable in the calling vb script.  The Sql function returns a varchar and needs to be put in string.
ASKER CERTIFIED SOLUTION
Avatar of Daniel Wilson
Daniel Wilson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bnoles

ASKER

Thank you for the help.  Your example worked perfectly!!!