Re: [opendbx] opendbx with firebird

2010-02-25 Thread Norbert Sendetzky
Hi Mark > I have an application that polls for the existence of rows in a table > every second by a select statement. It then processes them and deletes > them. 99% of the time, no rows are available. > > An *odbx_result_finish* is always when I exit. > > The problem is that each poll (select

[opendbx] opendbx with firebird

2010-02-24 Thread Mark Lamberton
Hi Norbert, I have developed an access layer using OpenDBX. It is very logical and well thought out - thank you. My testing has been restricted to Firebird so far and I have discovered a problem which I am not sure is something I'm doing wrong or is a bug in OpenDBX. I have an application