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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 104 - (hide annotations) (download)
Thu Nov 29 17:06:38 2007 UTC (16 years, 6 months ago) by torben
File size: 396 byte(s)
Sync


1 torben 104 <%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     <%config>
9     dburl;
10     </%config>
11    
12     <&header title="Installation details">
13     </&header>
14    
15     <h2>Installation details</h2>
16    
17     <{
18     tntdb::Connection conn;
19    
20     conn = tntdb::connect(dburl); //letting exceptions flow up and to tntnet and let it display an error message
21    
22     }>
23    
24     <&footer>
25     </&footer>

  ViewVC Help
Powered by ViewVC 1.1.20