Groups | Blog | Home
all groups > sql server odbc > december 2006 >

sql server odbc : Help I am getting an error when I run my insert statement


Tescumeh
12/11/2006 12:16:20 PM
Please help I am getting the same error no matter how I change my
quotes.
Microsoft OLE DB Provider for SQL Server error '80040e14'

Incorrect syntax near the keyword 'Plan'.

conn.Execute("INSERT INTO jmiles.Plan([startdate],[finishdate],
[revfinish],[responsible],[action],[title],[dept],[author],[type])
values ('" & request.Form("startdate") &"' ,"&
Request.Form("finishdate") &" ," & Request.Form("revfinish") & ",'" &
Request.Form("responsible") & "','" & Request.Form("action") & "','" &
Request.Form("title") & "','" & Request.Form("dept") & "','" &
session("empid") & "','" & Request.form("type") & "')")
'set Rs =conn.Execute("SELECT * FROM Equipment")

startdate, finshdate,revfinish are all smalldatetime
[Action], responsible, dept, author, type are all text
title is nvarchar

any Ideas?
Arnie Rowland
12/11/2006 4:58:58 PM
What error message are you getting?

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


[quoted text, click to view]

Arnie Rowland
12/11/2006 4:59:07 PM
Imposter!

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


[quoted text, click to view]

Arnie
12/11/2006 6:54:25 PM
Try the OLEDB group?


[quoted text, click to view]

Tescumeh
12/11/2006 7:09:32 PM
Microsoft OLE DB Provider for SQL Server error '80040e14'

Incorrect syntax near the keyword 'Plan'.


imposter?
Arnie
12/12/2006 12:00:00 AM
[quoted text, click to view]

We're both "Arnie".

- Arnie

DGA
12/13/2006 8:22:28 PM
Tescumeh said (on or about) 12/11/2006 15:16:
[quoted text, click to view]

When I have a problem like that, I find it very helpful to
break the code into parts so I can assign the SQL statement
to a variable, place a breakpoint in the code and inspect
the variable. Then I try copying the SQL and pasting it
into Query Analyzer. It almost always shows me the exact
Tescumeh
12/15/2006 8:28:15 AM

Thank you I will try that.
AddThis Social Bookmark Button