Hi I'm hoping someone can help. I try to excute the below query in a small
VB.net program.
INSERT INTO calls (CallID, ContactID, CallDate, CallTime, Callername, Notes, CallerCompany, ActionTakenID, EmployeesID, ShortMessage, CallerNumber, Charged, OperatorID, DDI) Values (1616389, 644, '2005-01-04', '1899-12-30 09:10:21', "Gillian", "Voicemail message 4/1/05 @ 6.50am
Gillian called.
She called Mrs Thompson on Saturday and left a message to say that she is willing to go forward, but has not heard anything back.
She is on her way and will call you from there this afternoon.
Telephone; .", "", 2, 2855, "Message For Sam 09:08:35 on 04/01/2005", '', -1, 25, '8667')
It errors out with the below message. I don't understand though as it all seems fine, and very simialr queries, eg just the contents of the messages are different.
An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in mysql.data.dll
Additional information: You have an error in your SQL syntax near '"Voicemail message 4/1/05 @ 6.50am
Gillian called.
She called Mrs Thompson' at line 1