Thanks, now it works.
Grzegorz ---- Teemu Torma <[EMAIL PROTECTED]> schrieb: > On Saturday 03 March 2007 15:26, [EMAIL PROTECTED] wrote: > > cout << "create connection" << endl; > > auto_ptr<Connection> conn(factory->createConnection()); > > You need to start the connection too, i.e., conn->start (); > > Teemu