- Timestamp:
- 11/17/07 18:31:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/doc/libpqxx.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/libpqxx.xml
r1258 r1288 1022 1022 result R = T.exec("SELECT firstname FROM employee WHERE lastname='Ng'"); 1023 1023 </programlisting> 1024 1025 <para> 1026 This executes a query on the database, collects all matching data, and 1027 stores it in the form of a <literal>result</literal>. 1028 </para> 1024 1029 1025 1030 <para>
