hello
i need help
i have a database in mysql.
i use an outside program that connect to the databas through odbc (dsn) and make
graphs.
the program worked very good for months but at the last week something disrupted.
when i tried to make graph from one specific table, i receive an error message.
the message is:
[microsoft][odbc drivermanager] driver does not support this parameter ERR=
-2147467259.
the sql that i request is very simple - select of tree columns
table.month, count(table.visits), table.year
using group by 1,3.
i must say that if i run that sql in oracle odbctest or directly in mysql i got the
recordsets proper with no problem.
another importent fact - when i remove the table.year from the sql i got the
recordsets proper in my program to.
all others graphs works well, and have the same structure of what i writed here.
so, if someone can give me an idea what to do i will thank him/her very much