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 strongm 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. toddman2k

    How do I utilized stored procedure OUTPUT parameters in ASP?

    Actually, I wouldn't mind some advice on the BEST way to do it... Currently I'm doing something like this: (which is probably wrong, but heck it works) For procedures that return a recordset: rs = conn.execute("exec spMyProcedure Parameter1,2,3,4") I don't know how to call the...
  2. toddman2k

    How do I utilized stored procedure OUTPUT parameters in ASP?

    I am trying to use OUTPUT parameters in my SQL 2000 stored procedures, but can't figure out how to use/assign the parameter back in my ASP pages... Can someone draw me up a quick example? Thank you very much
  3. toddman2k

    Security bug on new SQL 2000 installation?

    Just installed our first SQL 2000 server and I'm coming across a little problem. I am trying to setup the SECURITY / AUTHENTICATION for the server to be "SQL Server and Windows" instead of the default "Windows Only" When I make the change and click "OK", the...
  4. toddman2k

    Adobe Boycott - Check it out:

    http://www.boycottadobe.com
  5. toddman2k

    Autofill popups for Included functions and classes?

    When you develop a Function,Sub or Class within an Active Server Page in InterDev, you get the nice little auto-fill pop-ups and reference boxes for all the parameters, etc... I really like this useful tool. Problem is, when I move all my routines into a "library.asp" and include that...
  6. toddman2k

    25 tips for ASP optimization

    Updated Link: http://msdn.microsoft.com/library/en-us/dnasp/html/asptips.asp
  7. toddman2k

    Fastest way to remove first line from text file

    It works fine for small files, but it's taking TOO long for larger 2MB+ files... I was hoping there would be some way of doing it faster. Thanks!
  8. toddman2k

    Fastest way to remove first line from text file

    What is the fastest way to remove the first line from a text file? The only way I know of would be to open the file using the FileSystem Object and re-write all the lines (minus the first line) to a new file. There's got to be a better way, right?

Part and Inventory Search

Back
Top