hi an alle
habe gestern einen update script machen wollt und irgentwie hab ich immer nen syntax error wieso auch imma bitte helft mir
sorce:
----------------------------------------------
dim strSQLEinstellungenUpdate, strWartungTest
strSQLEinstellungenUpdate = "UPDATE config SET Eigenschaft = 1 WHERE Option = 'Wartung'"
objDBCon.execute(strSQLEinstellungenUpdate)
----------------------------------------------
fehlermeldung:
----------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers Fehler "80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.17-nt]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'Option = 'Wartung'' at line 1
----------------------------------------------
response.write strSQLEinstellungenUpdate:
----------------------------------------------
UPDATE config SET Eigenschaft = 1 WHERE Option = 'Wartung'
----------------------------------------------
bitte um hilfe danke