Re: Can some PLEASE tell me what this error means

2001-09-07 Thread Webmaster
into asp (blah,blah,blah) values ('" & fq(inblah) & "','" & fq(inbalh) & "','" & fq(inblah) & "')" conn.execute mystr - Original Message - From: "Deryck Henson" <[EMAIL PROTECTED]> To:

Re: Can some PLEASE tell me what this error means

2001-09-07 Thread Deryck Henson
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

RE: Can some PLEASE tell me what this error means

2001-09-07 Thread Cal Evans
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