User: hr Date: 2007-11-01 14:51:52+0000 Modified: dba/connectivity/source/inc/odbc/OPreparedStatement.hxx
Log: INTEGRATION: CWS dba24b (1.11.184); FILE MERGED 2007/09/28 11:23:55 oj 1.11.184.2: RESYNC: (1.11-1.12); FILE MERGED 2007/08/31 06:09:27 oj 1.11.184.1: #145282# not initialized var File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OPreparedStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OPreparedStatement.hxx?r1=1.12&r2=1.13 Delta lines: +1 -1 ------------------- --- OPreparedStatement.hxx 2007-09-26 14:30:59+0000 1.12 +++ OPreparedStatement.hxx 2007-11-01 14:51:49+0000 1.13 @@ -97,7 +97,7 @@ // for each row returned by // DatabaseMetaData.getTypeInfo. - int numParams; // Number of parameter markers + SQLSMALLINT numParams; // Number of parameter markers // for the prepared statement OBoundParam* boundParams; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
