![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to link my asp pages in dreamweaver into MS access - can create a registration page and login page OK, but then get into problem when trying to add records - I get the following message Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. /flashy_ex_airpic/register_fulldetails.asp, line 116 So I then go to line 116 in the code and there is the following line - MM_editCmd.Execute Which is part of this block of code If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close Anyone who can help me I would really appreciate it |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |