|
|||||||||||
|
Problem when upgrading to MySql 5
From: Steve Grosz <boise_bound(at)hotmail.com>
Date: Tue Aug 21 2007 - 23:23:28 EDT
I removed the instance of 4.1.17, and installed v5. I backed up my tables using the MySql administrator. When I tried to import the back up, it failed. I tried recreating one of the smaller tables as shown below: CREATE TABLE `class_review` ( `Rev_ID` bigint(20) NOT NULL auto_increment,
I have the following Coldfusion code that was inserting the data:
<cfquery name="AddReview" datasource="SalleBoise">
insert into class_review
'#form.ClassDate#', '#form.Instructor#', '#form.Knowledge#', '#form.Part#', '#form.FR#', '#form.Prep#', '#form.Expect#', '#form.Continue#', '#form.OA#', '#form.Comments#'); </cfquery> But now I'm getting a message that says:
Error Executing Database Query.
The error occurred in C:\Inetpub\wwwroot\SalleBoise\CF\add_review.cfm: line 17 15 : '#form.Continue#', 16 : '#form.OA#', 17 : '#form.Comments#'); 18 : 19 : -------------------------------------------------------------------------------- SQL insert into class_review (Rev_Class_Date, Rev_Class_Instructor, Rev_Knowledge, Rev_Part, Rev_Friend, Rev_Prep, Rev_Expect, Rev_Cont, Rev_Enjoy, Rev_Comments) values ( '2006-10-23', 'Steve Grosz', '5', '5', '5', '5', '4', '4', '5', '<p>test</p>'); If anyone has any ideas on what has changed from MySql 4.1.17 to v5 and can point me in the direction I need to go, I would appreciate it!!
Thanks!
-- MySQL Windows Mailing List For list archives: http://lists.mysql.com/win32 To unsubscribe: http://lists.mysql.com/win32?unsub=lists@pantek.comReceived on Tue Aug 21 23:23:49 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:23 EDT |
||||||||||
|
|||||||||||