Forums
This topic is locked
insertng record wizard
Posted 17 Jun 2007 21:13:12
1
has voted
17 Jun 2007 21:13:12 Oriyomi Shokunbi posted:
Hi, I am working a site. I tried to insert record using the wizard but it seem not to work quoting an error on line 118with 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
How can u help with this
Urmy