I'm trying to install the simple slash mod (w/3.4.05, mysql) but i keep getting this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.20-standard]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 '4 MYJEZ2TEST_TOPICS.TOPIC_ID, MYJEZ2TEST_TOPICS.T_SUBJECT, MYJE
/community/inc_simple_slash.asp, line 41
Line 41 is the line in red:
Dim objConn, objRS
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open strConnString
Set objRS = objConn.Execute(strSQL)
Any ideas?
Cheers!