|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
error is SQL syntax.
SQL = "UPDATE * FROM IME_request SET instructName = '" &InstructName& "', email = '" &email& "', school = '"&school&"', courseNumber='"&courseNumber&"', dateMonth = '"&dateMonth&"',dateDay = '"&dateDay&"', dateYear = '"&dateYear&"', IMEdescription = '"&IMEdescription&"', instructDesign = '"&instructDesign&"', techranger = '"& techranger & "', IP= '"&IP&"', completed = '"&completed&"', feedback = '"&feedback&"' WHERE courseNumber='" + Replace(intCourseNumber, "'", "''") + "'"
Can anyone help me figure out the error I am receiving? |
|
#2
|
|||
|
|||
|
Update TableName SET FIeldName = ????
UPDATE IME_request SET instructName = '" &InstructName& "', S- |
|
#3
|
||||
|
||||
|
I solved the problem.....thanks
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > error is SQL syntax. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|