It uses windows 32 api calls for odbc ;) If you totally rewrote it then yes
that would be possible.
On 1/21/07, Moshe Matitya <[EMAIL PROTECTED]> wrote:
Why does it only work on Windows? If it uses the ODBC API, it ought to be
possible to build it on *nix systems using unixODBC, no?
Moshe
On 1/19/2007, Matthew Campbell <[EMAIL PROTECTED]> wrote:
Really isn't any code its just another appender, there are like 3
properties you need to set on the appender (best way to see this is to look
at the odbcappender header). Also just keep in mind I think I ended up
having to use a DSN to make it work I couldn't get a straight connect string
to work. And of course it only works on windows ;)
On 1/19/07, Daniel Lee <[EMAIL PROTECTED]> wrote:
Hi Matthew,
Thanks for your reply. So where can I find some sample codes or
docs? I didn't find any in the VN sources.
Thanks.
On 1/19/07, Matthew Campbell < [EMAIL PROTECTED] <mailto:
[EMAIL PROTECTED]> > wrote:
I used it for a while on one project, its really
rudimentary. Things like if it fails to connect to your ODBC source don't
get logged anywhere ;/ It does work tho, once configured in a dependable
way.
On 1/19/07, Daniel Lee <[EMAIL PROTECTED]> wrote:
Hello all,
I'm new to log4cxx. What's the status of ODBC
appender in log4cxx? Where can I find some examples and instructions using
the (ODBC) appender? Can anyone help? Thanks,
Chuang