Is there a SQL library handling simple sql related tasks for ASP classic? What I have in mind is sql to array, multiple insert, input sanitizing etc.
Thanks
Is there a SQL library handling simple sql related tasks for ASP classic? What I have in mind is sql to array, multiple insert, input sanitizing etc.
Thanks
I'm very much NOT an asp guy.... but the ADODB recordset object is what we use at work. "input sanitizing" is like alchemy.... you can never quite get all the way there. Always use parametrized queries/stored procedures.
Some quick little example snippets are here...