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

Annotation of /trunk/tntnet/dynamic/critical.ecpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (hide annotations) (download)
Tue Nov 27 17:08:11 2007 UTC (16 years, 6 months ago) by torben
File size: 360 byte(s)
Getting closer towards a working solution :)

1 torben 71 <%pre>
2     #include <tntdb/connect.h>
3     #include <tntdb/connection.h>
4     #include <tntdb/result.h>
5     #include <tntdb/row.h>
6     </%pre>
7    
8 torben 68 <%config>
9     dburl;
10     </%config>
11    
12     <&header title="Critical systems">
13     </&header>
14 torben 71 <{
15     tntdb::Connection conn;
16 torben 68
17 torben 71 conn = tntdb::connect(dburl); //letting exceptions flow up and to tntnet and let it display an error message
18 torben 68
19 torben 71 }>
20    
21 torben 68 <&footer>
22     </&footer>

  ViewVC Help
Powered by ViewVC 1.1.20