Cool! like the code! But heres the story... (sorry i wasnt so clear) They want me to program the database access with a command object using parameters... for security. Im doing good so far... The code i first put in worked great.
Again thanks so much!
thank you :) A coworker showed me :)
I was looking for...
<%
Dim dbname, dsnpath
Set Conn=Server.CreateObject("ADODB.Connection")
dsnpath= "Connection Stuff"
Dim Cmd
Set Cmd = Server.CreateObject("ADODB.Command")
Dim RS
Set RS =...
You could use session variables. That way you could also know if the user is logged in elsewhere.
Session("password") = request.form("formfieldpassword")
however you must have your global.asa setup right ;)
Hello,
First off, im an intern not a fultime programmer...
Well anyhow, i wrote some code with the typical use of an sql string. The string has data from the user in it. I know this has a threat of sql injection. I was told to use sql commands. But, as far as i knew that was a .NET...
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.