Question
Adding Values from webform to database
INSERT INTO [form] (COUNTRY, [STATE/PROVINCE], CITY, [DATE],
[TIME], EMAIL) VALUES (?, ?, ?, ?, ?, ?)
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/dropinfitness/addclass.asp, line 41
i think the problem is with the " ? "
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/dropinfitness/addclass.asp, line 41
i think the problem is with the " ? "
