Question
mySQL 1064 error
I am using Dreamweaver, mySQL, and PHP to build a db query
and present it in a table. I can create a recordset and add the
select statement by cut-and-paste (it has sub-selects in it). The
"test" button shows the query properly but once it is inserted the
"Bindings" tab it produces a 1064 error 'near '' at line 2'. The
table actually loads properly in a browser but the "Bindings" is
not correct and the recordset sometimes disappears from the tab.
Now I have multiple versions of the recordset in the code but
nothing in the tab. Is the query too complex? Do I need to do
something else?
