Hello all! I've just joined this list, but apparently I've already been introiduced by my friend KamiH�r.
I've written a first draft of what may become a firebird/interbase SDBC driver. However I must warn that I did it as an excuse to learn C++, so my coding probably will need some polishing up. The current status is that I have implemented that main classes for the basic functionalities of the SDBC driver. Since most thing in fb/ib are done via SQL, once thats up and running, most other things will just be running SQL statements. I've tried to develop using the least amount of external dependencies as possible, and so far, the only files needed besides the OOo SDK and my own are the includes provided with any fb/ib install. At first I developed using 3rd party C++ classes, but they proved too messy to build with OOo. This also helps with the install procedure which basically is just to copy a uno component and register it via a OOo macro. At the moment it isn't usable but it shouldn't be far from it. A few bugs remain but nothing else needs implementing (maybe perhaps a better exception handling process? mine just crashes at the moment). Unfortunatetly I've been swamped lately with work so I've hadn't had much time to finish off, so if someone would like to help? I haven't posted it anywhere on the net so far, so if someone could point me to a CVS repository or something... Thanks, Gianni --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
