Thank you. This should give me a great starting point. Jeff Ash Software Engineer BASIS International Ltd. +1.505.345.5232 Phone
-----Original Message----- From: Joerg Budischewski [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 12:48 PM To: [email protected] Subject: Re: [dba-dev] Location Of JDBC Code In OpenOffice Hi, you can find the jdbc driver implementation here http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc / , but this is c++ code calling jdbc code via jni, don't know, if you can read this. When this happens on linux, you can try to get a sensible native stacktrace using gdb, this will give one an idea, what is wrong. Bye, Joerg Jeff Ash wrote: > I manage development of a JDBC driver for a proprietary database. I > need to use it with OpenOffice but I have a problem with OpenOffice > freezing when I click the "SQL" button on the Queries tab of the data > source configuration dialog to add a query. The driver works fine with > a number of other products and other JDBC drivers work fine in > OpenOffice, so I must have something just a little off in my driver that > is causing the problem when used with OpenOffice. When I trace the > calls in my driver, it appears to be hanging outside the driver, so I > think I may be returning something incorrectly to OpenOffice that is > confusing it. > > > > My question is, can someone point me to the area of the OpenOffice > source code that performs this operation? That way I can maybe see what > it is trying to do. I would be very grateful. > > > > Thanks, > > > > Jeff Ash > > Software Engineer > > BASIS International Ltd. > > +1.505.345.5232 Phone > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
