Hi,
I’ve downloaded Oxygene for Java and integrated it into the VS2010 IDE.
Can you please tell me how to connect to an existing Firebird DB that I have. (I have seen a previous post re. Firebird connectivity, but i believe that was re. Oxygene for .NET : e.g. I cannot add a reference to a .NET library in Oxygene for Java)
It appears there’s a JDBC driver for Firebird. Since Oxygene for Java apps run on the JVM (unless you’re doing Android), I guess you’ll need to work out how to make use of JDBC.
I’ll grant you this isn’t entirely helpful, but hopefully it’s easy enough to locate JDBC tutorials around the place and identify what needs to be written.