Using executeBatch  Handling numeric errors returned as warnings

Release Bulletin for jConnect™ for JDBC™ Version 5.5

Importing packages with JRE 1.3

Compilation may fail with javac in JDK 1.3 with an error similar to the following:

myclass.java:4: package com.sybase.jdbc2 does not exist
import com.sybase.jdbc2.*;

You can work around this problem by specifying the full package name in your import statements. For example:

import com.sybase.jdbc2.jdbc.SybDriver




Copyright © 2004. Sybase Inc. All rights reserved. Handling numeric errors returned as warnings

View this release bulletin as PDF