|
-
Jun 8th, 2001, 03:48 PM
#1
Thread Starter
New Member
Re: SQL & ASP
I have a question.
I`m trying to do an insert into a table and it has a hyphen in the name.
Table Name: wv-InvoiceHeaderTable
I cannot change the table name due to it being used by another application which I don't have the source for or will ever have.
This is what the query looks like:
INSERT INTO wv-InvoiceHeaderTable (Confirmation) VALUES (20)
This is the error message I receive:
Microsoft JET Database Engine error '80040e14'
Syntax error in INSERT INTO statement.
I know it is the Hyphen because I altered the tablename without it and no problems. So I tried to put quotes around the tablename but that just give me a different error.
Is there anyway to get around this?
Thanks in advance!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|