Hi, the solution for the connection problem was rather simple, but hard to find without the possibility to debug the component, the prefix sdbc:ingres: is automatically added to the url string passed to the connect() method and is not be entered in OOo. How do you debug components compiled in the OOo SDK build environment?
To add the functionality of some sdbx services to the driver and I have to implement the corresponding interfaces, but how does OOo recognize that the interfaces are implemented? I have added com.sun.star.sdbcx.Driver to the supported services in the component description xml file and to the strings in the sequence returned by the getSupportedServiceNames() method in the driver.cxx, but not implemented the XDataDefinitionSupplier interface, yet. I can compile the component and install it, as well as connect to the database using the component. Why does OOo not complain about the missing implementation? Best regards, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
