Software Details:
Version: 9.3.0.0001
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 151
Allows connecting ADO.NET-driven websites to the CUBRID RDBMS.
ADO.NET (ActiveX Data Objects for .NET) is a set of computer software components that programmers can use to access data and data services.
What is new in this release:
- ADO.NET CUBRIDCommand.ExecuteReader(CommandBehavior behavior) does not work
- ADO.NET DBNull.Value should be returned by CUBRIDCommand.ExecuteScalar() when the query result is null
- ADO.NETCUBRIDSchemaProvider .GetViews can't be got.
- ADO.NET the exception message is not accurate when call Transaction.Rollback when the connection is closed
- ADO.NET Cannot not get the ServerVersion from CUBRIDConnection
- ADO.NET CUBRIDTransaction.BeginTransaction() can not change the transaction CUBRIDIsolationLevel
What is new in version 9.1.0.003:
- Function: CUBRIDParameter.Write had a bug.
- Create a unit test project (MSTest)
- CUBRIDParameter function name is wrong.
- Function: CUBRIDConnection EncodingFromString, encoding name is wrong.
- CUBRIDConnection GetAutoCommit does not need to interact with the DB server.
- CUBRIDConnection Open () function does not determine the database name is not an empty string.
- Added resource: the db name is empty.
What is new in version 9.0.0.001:
- Fixed bugs:
- CUBRIDCommand.ExecuteNonQuery function: call a stored function return value is not assigned to the return parameter.
- There is an error in the CUBRIDParameterCollection.Insert function
- CUBRIDCommandBuilder.SetRowUpdatingHandler has been assigned a null pointer
- CUBRIDParameter: Add a new member variable to record the data type of collection.
- Function: CUBRIDConnection.CurrentDatabase() has bugs.
- Function: CUBRIDOutputStream.WriteTimestamp has a bug
- Function: CUBRIDOutputStream.WriteTimeStampArg has a bug
- Function: CUBRIDSteam.WriteCollection has bugs.
- CUBRIDParameter: Write data to server not support multidimensional arrays.
- Optimized code according klocwork result.
What is new in version 8.4.1:
- 100% Fully-managed code. Does not require any local CUBRID component installation.
- Implementation of the CUBRID 8.4 (sockets) communication protocol
- BLOB/CLOB support; CUBRID Collections support.
- Implementation of all main classes in ADO.NET model
- Extended classes implementation (SchemaProvider, CommandBuilder etc.)
- Test cases. There are 70+ scenario test cases.
- Driver implementation documentation, in CHM format.
- Localization support built-in. For now, only English messages are released.
- Various source code demos/examples: UI, VB.NET, NHibernate.
- Tutorials
Comments not found