I have this problem when trying to execute an sql query
it returns an error
the query isCode:Error -2147217900 ([MySQL][ODBC 3.51 Driver][mysqld-4.0.20a-nt]Unknown column 'CELEPN0200' in 'where clause') in procedure SavePins of Form frmmain 16 Error
My other query is how can i display a message with quotes egCode:update pins set scratchcard_value =100 where svalue= CELEPN0200
msgbox ""Hallo""
This is because i think the error occurs because i need to enclose the value CELEPN0200 inside quotes
Thanks




Reply With Quote