Your best bet may be to write a stored procedure to return the @@identity value.
this function does it all for you
Public Function RetFromSP(ByVal objCon as connection, ByVal ProcName As String, ReturnParam As Variant, ClientCursor As Boolean, ParamArray Params() As Variant) As Object
Dim...
I need to open a new window from asp.
After logging in i want to redirect from the login page AND display a popup window. I dont want to add java script to the page i redirect to as as this page is called from a number of places and i want to avoid the mess.
Any Ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.