From: Date: September 27 2008 6:15pm Subject: Re: possible bug List-Archive: http://lists.mysql.com/plusplus/8000 Message-Id: <007601c920bc$433a8960$b601a8c0@eric2000> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit > I declared > mysqlpp::Connection *pCon; > > and tried > pCon = new mysqlpp::Connection[ 20 ]; > Hi, Izzy, Would you like to try this: mysqlpp::Connection* pCon[]; ....>> pCon = new mysqlpp::Connection[ 20 ];