0
Hello. i'm having an issue getting the MySQL connector/driver to
behave proberly with a Visual C++ CLR/CLI project.... my issue is
best described by this screen capture: http://img97.imageshack.us/i/mysqlissue.jpg/
The host name that MySQL is trying to resolve is a series of strange
characters.... certainly not the "string" that is passed into the
connector function. The exception handler is saying: Unknown MySQL
server host 'U‹ìWVSÂì' (11004)... clearly it is not trying to
connect to tcp://bluetech
Has anyone see this? Could it have to do with language/character sets
or something? I've already tried: this->con = this->driver->connect
(L"tcp://bluetech:3306",L"SC",L"SC"); but, the connect function is
looking for a std::string.
Can someone please help me?
Thanks!
behave proberly with a Visual C++ CLR/CLI project.... my issue is
best described by this screen capture: http://img97.imageshack.us/i/mysqlissue.jpg/
The host name that MySQL is trying to resolve is a series of strange
characters.... certainly not the "string" that is passed into the
connector function. The exception handler is saying: Unknown MySQL
server host 'U‹ìWVSÂì' (11004)... clearly it is not trying to
connect to tcp://bluetech
Has anyone see this? Could it have to do with language/character sets
or something? I've already tried: this->con = this->driver->connect
(L"tcp://bluetech:3306",L"SC",L"SC"); but, the connect function is
looking for a std::string.
Can someone please help me?
Thanks!