A
Alex
Hi...
I'm rather new to VB.Net, so please forgive the elementary question. I'm
trying to use an MS SQL 2005 Function from within my VB.Net 2003 code, and
as simple as might be, I'm unable to find any snippet of code that shows me
how to do this.
The function is this 'RetrieveGroupID(@UserID)' and if for example someone
uses 'RetrieveGroupID(44)' it will return the GroupID for User Number 44.
This application is using web forms, and the UserID is stored in the
session, so I have this already. My problem is I'm not sure how to actually
run the Function then store the output as a variable.
Can someone point me to examples or a how-to showing this?
Thanks --
Alex
I'm rather new to VB.Net, so please forgive the elementary question. I'm
trying to use an MS SQL 2005 Function from within my VB.Net 2003 code, and
as simple as might be, I'm unable to find any snippet of code that shows me
how to do this.
The function is this 'RetrieveGroupID(@UserID)' and if for example someone
uses 'RetrieveGroupID(44)' it will return the GroupID for User Number 44.
This application is using web forms, and the UserID is stored in the
session, so I have this already. My problem is I'm not sure how to actually
run the Function then store the output as a variable.
Can someone point me to examples or a how-to showing this?
Thanks --
Alex