trying to use the ODBC but getting an error when i save the settings
near "?":syntax error
the SQL statement it's trying to use is
select date_add(calldate, interval duration second) as callend, cdr.* from cdr where date_add(calldate, interval duration second)>'?' order by callend asc
i had to load the old 3.51 odbc driver from mysql.com
can't tell what i'm doing wrong in the syntax