T
Terry Olsen
I'm getting a SYNTAX error in this statement:
INSERT INTO Usenet (MessageID,Subject,ArticleDate,From,Lines) VALUES (
'<[email protected]>',
'TG FM - The Eternal Candle - "eternalcandle_v.1.1.zip" 22716KB yEnc
(08/37)',
'4/11/2007',
'(e-mail address removed) (Sxerks)',
5082)
I believe it might have something to do with the double-quotes in the
subject or the LessThan & GreaterThan in the MessageID, but I'm not sure.
Can someone point out where I'm going wrong in this statement?
Thanks!
INSERT INTO Usenet (MessageID,Subject,ArticleDate,From,Lines) VALUES (
'<[email protected]>',
'TG FM - The Eternal Candle - "eternalcandle_v.1.1.zip" 22716KB yEnc
(08/37)',
'4/11/2007',
'(e-mail address removed) (Sxerks)',
5082)
I believe it might have something to do with the double-quotes in the
subject or the LessThan & GreaterThan in the MessageID, but I'm not sure.
Can someone point out where I'm going wrong in this statement?
Thanks!