penguinspeaks
Technical User
I have this simple code:
but this is producing the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 5.1 Driver][mysqld-5.6.12]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 'key) values (1, 31644, 3)' at line 1
/requestasp.asp, line 12
I understand it may be weird to use mysql DB on windows server but i do it on a regular basis.
Anyway, what would be causing this? When I do a response.write I get the following:
everything looks ok. The database fields are set up as INT as they should be.
Any ideas?
Bam
Code:
but this is producing the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 5.1 Driver][mysqld-5.6.12]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 'key) values (1, 31644, 3)' at line 1
/requestasp.asp, line 12
I understand it may be weird to use mysql DB on windows server but i do it on a regular basis.
Anyway, what would be causing this? When I do a response.write I get the following:
Code:
everything looks ok. The database fields are set up as INT as they should be.
Any ideas?
Bam