I am planning to create a custom java db service that connects to a SQL Server 2008 db.
The operations of the service are simple: Adding records and possbly some simple querying.
The JDBC drivers that ship with the Sonic Database Service cannot be used in custom code. They are licensed by DataDirect only for use in the Sonic Database Service. You can get your own drivers from DataDirect.
Thanks William.
In the Sonic 7.0 environment I cannot see the Sonic Database Service, is that an additional component for that version?
The Sonic Database Service is a separately orderable component. It should be installed with Workbench, however. (I apologize for my weak memory -- I forget the details of 7.0.x. I am pretty sure that SQL Server 2008 would not be a supported database as this release was 2006).
What I plan to do is to create a custom java service that uses jdbc to connect to a SQL Server 2008.
I would think this is possible. When you say that JDBC for SQL Server 2008 requires JVM 1.6, I think you mean that there is a particular driver that requires this. You should be able to find a driver that does work with Sonic 7.0.x.
Yes, there is. I found jTDS - it looks promising.
Thanks for your input William!