Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Brench

    Using @@Identity to find the auto id of my newly inserted record

    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...
  2. Brench

    open a new window from asp

    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?

Part and Inventory Search

Back
Top