JDBC.NET icon indicating copy to clipboard operation
JDBC.NET copied to clipboard

It is a wrapper that allows you to use JDBC drivers in ADO.NET

Results 16 JDBC.NET issues
Sort by recently updated
recently updated
newest added

Our Open Edge Progress database is behind a firewall and is accessible on port 10100. But regardless of giving the port number in the connection string, we have noticed that...

Good day, i have an issue calling procedure and getting output parameters from it, procedure call seemingly executes but the output parameters values are not filled. there is my example...

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.12 to 3.25.5. Commits 9d0ec0f Updating version.json and repo version numbers to: 25.5 4a197e7 Merge pull request #18387 from protocolbuffers/cp-lp-25 b5a7cf7 Remove RecursiveGroup test case which doesn't...

dependencies

Azure cloud Driver: DatabricksJDBC42.jar Download: https://www.databricks.com/spark/jdbc-drivers-download Guide: https://docs.databricks.com/en/_extras/documents/Databricks-JDBC-Driver-Install-and-Configuration-Guide.pdf Hello, I have a problem fetching data, DB can be changed and table columns are shown but all the data are missing....

DriverPath, DriverClass and JdbcUrl from the provided example generate CS0103, name does do not exist in current context, compilation errors.

During the opening of the connection using JdbcConnection.OpenAsync() method with correct DriverPath and DriverClass but an incorrect JdbcUrl, the driver starts, and the connection status becomes Broken. However, when attempting...

- [ ] Apply `JdbcException.Try()` to all logic - [ ] Show Java stacktrace in `JdbcException` - [ ] Implement all `JdbcMetaData` methods

enhancement

So I was trying to estabilish a Jdbc connection on .NET through this library. Whenever I try to load my Jdbc driver, the following error occurs: **Grpc.Core.RpcException: 'Status(StatusCode=Internal, Detail="org/apache/log4j/Logger")'**. This...

The method JdbcDataReader.NextResult() practicaly doesn't do anything, so if a store procedure returns two (or more) results, only the first one is available. Is the implementation of this method in...