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...
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
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...
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...
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?
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.