Hello,
I have been tasked with moving an internal application running asp and connecting to a mysql database from one server to another....I did not program the original application, and I am not a programmer by trade, although I can debug most code with a little work and some help from user communities
I receive the following error:
[MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-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 'priority' at line 1
/admin_form.asp, line 43
The line in question is the following:
rst.Open "type","dsn=myodbc"
It is probably glaring to someone with knowledge of ASP, can someone point me in the right direction for a solution? Thanks!
I have been tasked with moving an internal application running asp and connecting to a mysql database from one server to another....I did not program the original application, and I am not a programmer by trade, although I can debug most code with a little work and some help from user communities
I receive the following error:
[MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-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 'priority' at line 1
/admin_form.asp, line 43
The line in question is the following:
rst.Open "type","dsn=myodbc"
It is probably glaring to someone with knowledge of ASP, can someone point me in the right direction for a solution? Thanks!