AdoNetCore.AseClient icon indicating copy to clipboard operation
AdoNetCore.AseClient copied to clipboard

AdoNetCore.AseClient - a .NET Core DB Provider for SAP ASE

Results 42 AdoNetCore.AseClient issues
Sort by recently updated
recently updated
newest added

Hi, We are trying to just create a connection to our internal Ase system. We are using 16, with the latest driver. One thing we did notice below is that...

How to Implement AseBulkCopy?

Connection string is built dynamically by taking user input on server name, database name, port, user name and password. database name was in lower case and Open method on connection...

Hi, I have been trying to use this library to connect to a server using Kerberos authentication, but haven't had much luck so far. ADO.NET apparently supports Kerberos authentication (http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc20066.0115/html/adonet/adonet72.htm),...

Hello, first of all, thanks for creating this great project. I've been experimenting with this new library and testing some code I use to execute stored procedures. I'm having trouble...

**Describe the bug** Cannot run Scaffold-Dbcontext **To Reproduce** Create a new project with Microsoft.EntitFrameworkCore.Tools reference In PackageManager console, run: Scaffold-DbContext -Connection "Data Source=192.168.2.10;Port=3030;Database=mytestdb;Uid=testuser;Pwd=pa$$word" -Provider AdoNetCore.AseClient -Project MyProject -StartupProject MyProject Build...

aseCommand.ExecuteReader( CommandBehavior.CloseConnection) when aseDataReader closed,The database connection was not released version:0.19.1

To continue the idea of drop in replacement, Current legacy driver support passing in values of **_1,"True", true_** when it comes to setting up _AseParameter_ with _AseDbType.Bit_ type. _AseParameter.Value_ should...

enhancement

The current implementation of certificate validation is generally OK, but we've noticed it doesn't work in AWS Lambda whereas the same code, but running in ECS *will* work (really not...

enhancement