| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Eric Woo | Date: | September 27 2008 4:15pm |
| Subject: | Re: possible bug | ||
| View as plain text | |||
> 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 ];
| Thread | ||
|---|---|---|
| • possible bug | Izzy | 26 Sep |
| • Re: possible bug | Mickaël Wolff | 26 Sep |
| • Re: possible bug | Mickaël Wolff | 26 Sep |
| • Re: possible bug | Izzy | 28 Sep |
| • Re: possible bug | Eric Woo | 27 Sep |
| • Re: possible bug | Chris Frey | 28 Sep |
