--- trunk/tntnet/dynamic/customerlist.ecpp 2007/12/02 16:56:14 122 +++ trunk/tntnet/dynamic/customerlist.ecpp 2007/12/08 16:47:03 195 @@ -21,7 +21,7 @@ <{ tntdb::Connection conn; -conn = tntdb::connect(dburl); //letting exceptions flow up and to tntnet and let it display an error message +conn = tntdb::connectCached(dburl); //letting exceptions flow up and to tntnet and let it display an error message std::string customer_sql = "SELECT id,name,address,phonenr,contactperson FROM customer ORDER BY name ASC";