/[H9]/trunk/tntnet/dynamic/customerlist.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/customerlist.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 194 by torben, Sun Dec 2 16:56:14 2007 UTC revision 195 by torben, Sat Dec 8 16:47:03 2007 UTC
# Line 21  dburl; Line 21  dburl;
21  <{  <{
22  tntdb::Connection conn;  tntdb::Connection conn;
23    
24  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
25    
26  std::string customer_sql = "SELECT id,name,address,phonenr,contactperson FROM customer ORDER BY name ASC";  std::string customer_sql = "SELECT id,name,address,phonenr,contactperson FROM customer ORDER BY name ASC";
27    

Legend:
Removed from v.194  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.20