* @throws SQLException
*/
public QueryByForm(JDCConnection oConn, String sBaseTable, String sTableAlias, String sQueryGUID) throws SQLException {
super(DB.k_queries, "QueryByForm");
oBaseTable = new DBTable(oConn.getCatalog(), "dbo", sBaseTable, 1);
oBaseTable.readColumns(oConn, oConn.getMetaData());
sAlias = sTableAlias;
Object aQry[] = { sQueryGUID };