简体   繁体   English

如何在没有受支持的JDBC驱动程序的情况下从Java应用程序连接到SUPRA数据库

[英]How can I connect to SUPRA database from a Java application, without the supported JDBC driver

I want to work supra database and my application is written in Java. 我想使用上述数据库,而我的应用程序是用Java编写的。 I need use tje Java JDBC for connect supra. 我需要使用tje Java JDBC进行连接。 We use lib and jar file for connect to another database like Mysql and Oracle. 我们使用lib和jar文件连接到另一个数据库,例如Mysql和Oracle。 Is there a tool or lib to connect supra database? 是否有工具或库来连接超级数据库?
- java application running on linux -在Linux上运行的Java应用程序
- supra database running on zos IBM(mainframe) -在zos IBM(大型机)上运行的supra数据库

What are the steps to do this? 有哪些步骤可以做到这一点?

As a further requirement, I do not have a Cincom support contract, and so can't use the normal JDBC driver. 作为进一步的要求,我没有Cincom支持合同,因此不能使用常规的JDBC驱动程序。 Rather, I need a free or open source JDBC driver. 相反,我需要一个免费或开源的JDBC驱动程序。

You can connect to the Supra DB using plain JDBC . 您可以使用纯JDBC连接到Supra DB。 Refer this for more. 请参阅为多。

JDBC 3.0 Driver is a major new release and includes enhancements for: JDBC 3.0驱动程序是一个主要的新发行版,其中包括以下方面的增强功能:

  1. Support of the JDBC 3.0 API. 支持JDBC 3.0 API。 New supported interfaces are: DataSource, 支持的新接口包括:DataSource,
  2. ConnectionPoolDataSource, PooledConnection, and ParameterMetaData. ConnectionPoolDataSource,PooledConnection和ParameterMetaData。
  3. Support and documentation for running with IBM Websphere 与IBM Websphere一起运行的支持和文档
  4. Use of a single ini file: SupraSQLDriver.ini 使用单个ini文件:SupraSQLDriver.ini
  5. Enhanced tracing and the ability to set call interface trace options 增强的跟踪功能以及设置呼叫接口跟踪选项的能力
  6. Standardization of SQLCODEs issued from the JNI layer 从JNI层发出的SQLCODE的标准化
  7. Changed return handling for some methods 更改了某些方法的退货处理

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用JDBC从Java连接到Access数据库? - How can I connect to an Access database from Java using JDBC? 如何禁用Java应用程序中的SQL Server jdbc驱动程序日志记录? - How disable SQL Server jdbc driver logging from a java application? 如何使用jdbc将mysql数据库连接到桌面Java应用程序? - how to connect mysql database to desktop java application using jdbc? How to install com.mysql.jdbc.Driver on debian to connect to database java - How to install com.mysql.jdbc.Driver on debian to connect to database java 如何在不使用打印机驱动程序的情况下将打印机连接到Java应用程序 - how to connect printer to java application without using printer driver 如何将 JDBC azure sql 服务器连接到 ZC31B32364CE19CA8FCD150A417ECCE5 服务器? - How can I connect a JDBC azure sql server to android application? 如何在 Spring Boot 中通过外部驱动无密码连接到 jdbc 数据库? - How to connect to a jdbc database without password via external driver in Spring Boot? 为什么我无法在 java 中连接到 MySQL Driver 数据库? - Why I can't connect to MySQL Driver database in java? 如何从 Cloud Run Java 应用程序连接到 Cloud SQL 数据库? - How can I connect from Cloud Run Java application to a Cloud SQL database? 无法从 mongodb java 驱动程序连接到 MLab Mongo 数据库 - Can not Connect to MLab Mongo Database from mongodb java driver
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM