2 messages in com.mysql.lists.plusplusRe: MySQL SSL connection using MySQL++
FromSent OnAttachments
Gregor Kronenberger14 Apr 2005 08:47 
Warren Young14 Apr 2005 10:32 
Subject:Re: MySQL SSL connection using MySQL++
From:Warren Young (mysq@etr-usa.com)
Date:04/14/2005 10:32:24 AM
List:com.mysql.lists.plusplus

Gregor Kronenberger wrote:

modified the connect() function

You shouldn't have to do that. Construct your Connection object as a default object; i.e. without telling it the server to connect to and such. Then call Connection::real_connect with the same parameters as you'd use when calling mysql_real_connect() in the C API.