This is true, the mail was slightly mis-placed. I mean't in the context of ASP.OLD as at present most Microsoft web apps are written in ASP.old.
Hence no types.
If you want to make a decent attempt at fixing a mess a good place is to start with the data layer. It was mean't as a guide for...
Greetings, it is never really a good idea to build SQL within your page, rather use stored procedures.
If your ASP page (default.asp) builds SQL EG:
sSQL= "SELECT username FROM tblLoginDetails WHERE id=" + Request("UserID")
Then, imagine 3 scenarios:
1. Innocent Correct...
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.