2005-28-08 Boris Kirzner * ReaderCache.cs: - Create Guid from the string fetched. 2005-28-08 Boris Kirzner * AbstractDBCommand.cs: - Do not check for "select ... from", just add "for browse" if needed. Removed unused regex. 2005-25-08 Boris Kirzner * AbstractDBCommand.cs: - Set max fetch size for jdbc statement. 2005-21-08 Boris Kirzner * ReaderCache.cs: no not create guid if the value fetched is null. * SqlClientStrings.resx: fixed CON_PORT key value. 2005-18-08 Boris Kirzner * 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 * AbstractDataReader.cs: GetBytes should return the data length if target buffer is null 2005-21-06 Konstantin Triger * AbstractDataReader.cs: if command is preapred, recalculate params on every ExecReader