into asp (blah,blah,blah) values ('" & fq(inblah) & "','" &
fq(inbalh) & "','" & fq(inblah) & "')"
conn.execute mystr
- Original Message -
From: "Deryck Henson" <[EMAIL PROTECTED]>
To:
Except the problem is, this is done through an Active Server Page (ASP).
The user does the inserting, I just use variables and insert them.
TRANSLATION:: I have no control over what goes in the database until it's
there. So how can it be changed in the connection or sending process?
- Deryck H
Add a \ before the '
INSERT INTO ASP (title, description, code, user, email, date_created) VALUES
('title', 'description', '\'get file scripting object Set objFileScripting =
CreateObject("Scripting.F', 'user', 'email', 'now')
Cal
http://www.calevans.com
-Original Message-
From: Deryc