Re: [libdbi-users] Lib DBI windows version

2018-12-30 Thread Simon Walter
ows >applications. Source code is available from a git repository at >SourceForge: > >https://sourceforge.net/p/libdbi/libdbi/ci/master/tree/ > >Documentation of the dbi interface is here (the Programmer's Guide is >what you want): > >http://libdbi.sourceforge.net/docs.html >

Re: [libdbi-users] Lib DBI windows version

2018-12-28 Thread Simon Walter
Hi Pabitra, I asked a question on this list in 2015 and there has been no activity since then. I didn't get an answer to my question. So I assumed that the project is pretty dead. There is support for prepared statements. So I ended up using APR DBD. The documentation is alright. Though I did

Re: [libdbi-users] prepared statements

2015-06-11 Thread Simon Walter
On 06/11/2015 06:07 PM, Alex Bligh wrote: On 11 Jun 2015, at 08:12, Simon Walter si...@gikaku.com wrote: If the application I'm writing can benefit from prepared statements, I would like to eventually either add that feature to libdbi or I may have to use something else in the future

[libdbi-users] prepared statements

2015-06-11 Thread Simon Walter
Hi all, I'm new to using libdbi and C in general. I am wondering why libdbi has no support for prepared statements. Is it that because the way libdbi is written, a prepared statement would not provide any benefit? Or is it just lacking that feature? If it's just lacking the feature, are there

Re: [libdbi-users] prepared statements

2015-06-11 Thread Simon Walter
On 06/12/2015 01:07 AM, Alex Bligh wrote: On 11 Jun 2015, at 12:00, Simon Walter si...@gikaku.com wrote: Looking at projects that use APR, many seem to include the entire thing in their code base. I'm guessing that one of the drawbacks is that APR comes with a lot of baggage so to speak