From: <kr_...@us...> - 2006-01-09 14:49:32
|
Update of /cvsroot/htoolkit/HSQL/MSI/Database/HSQL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14159/MSI/Database/HSQL Modified Files: MSI.hsc Log Message: Change the type of stmtExecute. This time in order to make it compatible with Oracle. Index: MSI.hsc =================================================================== RCS file: /cvsroot/htoolkit/HSQL/MSI/Database/HSQL/MSI.hsc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MSI.hsc 6 Jan 2006 09:42:16 -0000 1.6 --- MSI.hsc 9 Jan 2006 14:49:23 -0000 1.7 *************** *** 84,88 **** , stmtClose = closeStatement hView refRecord , stmtExecute= throwDyn SqlUnsupportedOperation - , stmtSetParam=throwDyn SqlUnsupportedOperation , stmtFetch = fetch hView refRecord , stmtGetCol = getColValue refRecord --- 84,87 ---- |