- remove the -server parameter from your command line, or – download de Java JDK. The JVM server configuration DLL are not included in the JRE. Technorati Tags: java, jvm
Posts under ‘java’
Retrieving identity column values from MS SQL Server by JDBC
Retrieving identity column values in JDBC applications: You define an identity column in a CREATE TABLE by specifying the IDENTITY clause when you define a column. This feature is defined in the JDBC, and implmented in the MS Sql Server 2005, not in the older version. For Oracle database this is not implemented, but the [...]