> Using an open source database on Linux would make it all go away and we could replace > great gobs of code with SQL calls, but how do I connect from a CMS/RSK environment?
The Mysql and postgresql network protocols are open and the libraries free and published too. I don't know anything about CMS/RSK but if you can read and write tcp sockets from that and are prepared to port/hack up client libraries that do the wire encode/decode you can do it. If you have constraints such as needing to use scripting you could also put the format convertor on the Linux side and speak some simple ascii sql protocol to it Alan
