IDataProxy dataProxy;
dataProxy = super.getDataProxy();
if(dataProxy == null) {
setDataProxy( new JDBCDataProxy() );
dataProxy = getDataProxy();
}
if(!(dataProxy instanceof JDBCDataProxy)) throw new RuntimeException("DataProxy cannot be of type [" +
dataProxy.getClass().getName() + "] in JDBCDataSet");