1 package com.quantum.util.sql;
7 public abstract class SQLStates {
10 * The driver does not support the requested operation. This SQL code is returned
11 * by MS Access (and possibly others) when calling JDBC functions that are not
12 * implemented by the driver.
14 public static final String ODBC_DRIVER_NOT_CAPABLE = "S1C00";