This is a discussion on Has anyone used the libpqxx C++ API for PostgreSQL within the Pgsql General forums, part of the PostgreSQL category; --> Hello everyone, If anyone here has, would you please share with me how to create the connections, perform a ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello everyone, If anyone here has, would you please share with me how to create the connections, perform a query and then iterate over its results? I've been reading through the online documentation for this library at http://thaiopensource.org/devproject...tml/Reference/ and I'm simply not getting what I need. I've looked through the tutorial and I've gotten enough that I think I can make a connection to the database. However, I'm just drawing a blank on how to use this library beyond that. If you know, or know who I should ask, I'd appreciate it. Thanks, Andy |
| ||||
| Hi There are several Example C++ programs which comes with libpqxx ... just go through them for creating connection/transaction etc.... If you have struct member alignment problem ... please go through my blog .. http://jakkarajus.blogspot.com On 21 Dec 2006 10:01:22 -0800, af300wsm@gmail.com <af300wsm@gmail.com> wrote: > > Hello everyone, > > If anyone here has, would you please share with me how to create the > connections, perform a query and then iterate over its results? I've > been reading through the online documentation for this library at > http://thaiopensource.org/devproject...tml/Reference/ > and I'm simply not getting what I need. I've looked through the > tutorial and I've gotten enough that I think I can make a connection to > the database. However, I'm just drawing a blank on how to use this > library beyond that. > > If you know, or know who I should ask, I'd appreciate it. > > Thanks, > Andy > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq > -- Sandeep Kumar Jakkaraju WeBlog: |