AdoNetCore.AseClient
AdoNetCore.AseClient copied to clipboard
AdoNetCore.AseClient - a .NET Core DB Provider for SAP ASE
Hi, guys. For next release of linq2db we plan to add async transaction API support, which requires support from underlying providers. [Npgsql](https://github.com/dotnet/corefx/issues/10975#issuecomment-312113999) and [mysqlconnector](https://github.com/dotnet/corefx/issues/10975#issuecomment-312026871) already provide such API and it...
Currently, network stream read timeout is -1 which means unlimited. That makes an application hang or freeze because of the driver if the server does not respond. In my particular...
**Describe the bug** Going through the references, it looks like we store it, but don't use it **Expected behavior** It should probably be used 🤷♂ 🤷♀ **Environment** - All of...
Right now this API is not implemented and throws NotSupportedException from base class. linq2db use following schema tables for ASE: - DataTypes - Procedures - ProcedureParameters for other metadata we...
**Describe the bug** Connecting to Sybase and retrieving data or inserting data using available charset iso_1 doesn't support Arabic cp1256 **To Reproduce** Attempt inserting or selecting Arabic characters in database,...
When Call Stored Procedure in with 105 parameters it raise an exception with message Internal Error 30002 with no description at all . any Idea about this issue ? or...