| 123456789101112131415 |
- 2005-18-08 Boris Kirzner <[email protected]>
- * AbstractDBCommand.cs:
- - Using Java regex instead of .Net ones.
- - Added GetReturnParameter method, used in resolving return value
- user parameter for stored procedures.
- - Do not set max rows for jdbc statement - this causes sp on sql server
- to fail in creating additional rows.
- 2005-22-06 Konstantin Triger <[email protected]>
- * AbstractDataReader.cs: GetBytes should return the data length if target buffer is null
- 2005-21-06 Konstantin Triger <[email protected]>
- * AbstractDataReader.cs: if command is preapred, recalculate params on every ExecReader
|