Re: Error with 'character_set_results'

Shawn Green <[email protected]> Fri, 21 May 2010 10:35:00 -0400
Newsgroups gmane.comp.db.mysql.odbc
Message-ID <[email protected]>
Omar Muñoz wrote:
> Hi there,
> 
> I'm testing ODBC 5.1. to connect to a server with 4.0. While defining ODBC Source and testing, it sends message "Connection Failed: [HY000][MySQL][ODBC 5.1 Driver]Unknown system variable 'character_set_results'". What should I do in order to fix it? Should I declare variable on O.S. or somewhere else?
> 
> Thanks in advance
> 
> Omar 
> 
> 
> 
> 
> --
> MySQL ODBC Mailing List
> For list archives: http://lists.mysql.com/myodbc
> To unsubscribe:    http://lists.mysql.com/[email protected]
> 

Character sets were improved in MySQL with version 4.1.
http://dev.mysql.com/doc/refman/4.1/en/charset.html

That particular variable did not exist prior to version 4.1.1 .
http://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html#sysvar_character_set_results

-- 
Shawn Green
MySQL Principle Technical Support Engineer
Oracle USA, Inc.
Office: Blountville, TN


-- 
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe:    http://lists.mysql.com/[email protected]