Subject | Re: [firebird-support] DBD Driver support |
---|---|
Author | Philippe Makowski |
Post date | 2010-06-28T16:38:23Z |
2010/6/28 Car Toper <cartoper@...>
could be done
In their code I see that Firebird is mentioned:
http://svn.apache.org/repos/asf/apr/apr/trunk/dbd/apr_dbd.c
#if APU_HAVE_SOME_OTHER_BACKEND
DRIVER_LOAD("firebird", apr_dbd_other_driver, pool);
#endif
may be you should ask to Apache APR people
>I don't, but for someone with C knoledge and Firebird API knowlegde it
> I have know for a while about the Apache Foundation's cross platform
> framework APR, but late last week I discovered the APR framework has a
> database abstraction layer called DBD. I see there is no Firebird
> driver in the APR project, I was wondering if anyone knew of an effort
> to create a DBD layer.
>
could be done
In their code I see that Firebird is mentioned:
http://svn.apache.org/repos/asf/apr/apr/trunk/dbd/apr_dbd.c
#if APU_HAVE_SOME_OTHER_BACKEND
DRIVER_LOAD("firebird", apr_dbd_other_driver, pool);
#endif
may be you should ask to Apache APR people