Microsoft
Software
Hardware
Network
Question : SQL syntax error
Hi, can anyone please tell me what is wrong here:
insert into CommEmailHeader
(
CommEmailHeaderNbr, AsSoonAsPossibleYN, DateToSend,
EMailAddress,EMailSubject,
EMailMessa
ge, DeleteAfterSendYN,
PGPEncryptYN, AuditYN, SentYN, SendDate, EmailCreateDate, Cell3FirstDigit, PersonRef
)
I get an error message: Line 8: Incorrect syntax near ')'.
Answer : SQL syntax error
you are missing the VALUES part, resp. the SELECT to specify which values to actually insert...
Random Solutions
Dell Vostro 220 suddently running at CPU Usage 100%
Certificate error while accessing companies website.
Calculating Probability using C#
SQL 2005 Express
application pool being auto-stopped when enabled for 32 Bit applications
select case logic
convert time and date format from asp.net to sql table
command box on my form that when clicked sends my report as .pdf file but in wrong record
msaccess 2003 table update required
Hiding library private members.