.net - how to retrieve a @variable from sql(enterprise manager) in vb? -


my sql statement adds details of new employee returns @employeeid. need retrieve @employeeid display details of newly added employee in viewprofile.asp.vb. how go coding vb retrieve @employeeid sql , include @employeeid variable in vb code displays newly added information?

you need use add sqlparameter direction output

http://support.microsoft.com/kb/306574


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -