Hi there!
I need to retrieve the return value of an SQL Statement to a variable. The SQL statement looks like this

SELECT MAX(SAL) MSAL FROM EMP

the return value should get bound into a variable in VB. Can any one help me in tracing a way out.