Hi,

> -----Original Message-----
> From: avital raz [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 04, 2001 12:56 PM
> To: [EMAIL PROTECTED]
> Subject: odbc driver
> 
> 
> 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
> 
> 

Can you please send me the ODBC trace, so that it becomes easy 
to trace what is happening.

Regards, Venu
--
For technical support contracts, go to https://order.mysql.com
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Mr. Venu <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/  California, USA
       <___/  www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to