Re: [dba-dev] writing a new SDBC(X) driver, similar to the MySQL driver

2008-04-16 Thread Ariel Constenla-Haile
Hi Michael, Michael Strobel escribió: Hi, I try to develop a SDBC driver for Ingres and OOo Could you give me some advice how to manage this problem, please? Do I need to compile the whole OOo source code, besides using the OOo SDK or should I try something totally different? sure Frank

Re: [dba-dev] writing a new SDBC(X) driver, similar to the MySQL driver

2008-04-16 Thread Joerg Budischewski
Hi, The only C++ external UNO driver component I know is the PostgreSQL SDBC driver, but this component is not a true independent extension, as it is (AFAIK) build linking against the connectivity module libraries. the postgresql driver is an implementation, that just links to ODK

Re: [dba-dev] writing a new SDBC(X) driver, similar to the MySQL driver

2008-04-16 Thread Ariel Constenla-Haile
Hi Joerg, Joerg Budischewski escribió: Hi, The only C++ external UNO driver component I know is the PostgreSQL SDBC driver, but this component is not a true independent extension, as it is (AFAIK) build linking against the connectivity module libraries. the postgresql driver is an

Re: [dba-dev] writing a new SDBC(X) driver, similar to the MySQL driver

2008-04-16 Thread Frank Schönheit - Sun Microsystems Germany
Hi Ariel, (answering the easy questions first, sorry Michael, your questions are more time-consuming to answer) * do you have any idea if external drivers linking against connectivity libs. will break in the 3-layer OOo? Joerg already pointed out that the PostgreSQL driver in fact is what