asked on September 5, 2014
Hello,
I am running into a problem with an existing Workflow Custom ODBC Query to a MySQL Database, namely when I replace:
SELECT * from View WHERE Date = "2014-09-05"
by:
SELECT * from View WHERE Date = @Param
Specifically, the second query always returns 0 row when @Param is assigned 2014-09-05, whereas the first query works fine.
Any hint?
note: similar @Param query works fine with an ODBC connection to a Microsoft SQL database
0
0