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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cmansert

  1. cmansert

    Retrieving record ID after insert

    The best way to solve this problem is to move your sql insert into a stored procedure. After the insert runs have the stored procedure return the @@Identidy value. Ex INSERT INTO jobs (job_desc,min_lvl,max_lvl) VALUES ('Accountant',12,125) SELECT @@IDENTITY AS 'Identity'
  2. cmansert

    Question about web reporting??

    Is it possible to disable IE from recording the URL containing the DB connection info in the Temp. Internet files directory? I used frames to hide the url, but this info can still be seen by looking at the Temp. Internet files.

Part and Inventory Search

Back
Top