Hi!
After some testing, I got the SQLQueryPlugin to work, so I thought I'd
share.
It seems that the plugin only works in 64-bit version of IE8 and not
in 32-bit.
The settings:
SQLConfig: mycds: DRIVER={MySQL ODBC 3.51
Driver};SERVER=127.0.0.1;DATABASE=cdcol;UID=root;PWD=;
SQLExamples: <<SQLQuery sql:"SELECT * FROM cds" connection:mycds>>
It also tried: <<SQLQuery sql:"SELECT * FROM cdcol.cds WHERE (titel
LIKE '%Beauty%' OR interpret LIKE '%Beauty%' OR jahr LIKE '%Beauty%'
OR id LIKE '%Beauty%')" connection:mycds>>
and it worked as well, but only in 64-bit IE8.
The server is Apache from XAMPP 1.7.3 package, which I use for
ccTiddly. The user was root and there was no pass (both default
settings). Using localhost instead of 127.0.0.1 also worked, but using
local as in the plugin example didn't.
Also, Firefox, Chrome and Opera are out, because the
plugin uses ActiveX control. I didn't test, but I imagine Flock and
Safari are also out. I tested on 64-bit Windows 7.
w