The JDBC driver of Informix is type 4.
1. Environment DescriptionOS: Windows XPInformix: IDS V10.00.TC1JDBC: Informix JDBC Embedded SQLJ V2.20JC22. JDBC ConfigurationAfter Informix JDBC is installed, add the ifxjdbc. jar path to the CLASSPATH
This article mainly introduces the process of JDBC connecting to Informix IDs, mainly including environment description, JDBC Configuration and demo code.
1. Environmental description
OS: Windows XP Informix: IDS V10.00.TC1 JDBC: Informix JDBC
Since the code set of the informix database is set to a en_us.8859-1, Chinese characters cannot be properly displayed due to this incorrect Character Set setting when using the drivers of csdk 2.8 and later. Here is a thorough solution:
The
This article mainly introduces the process of JDBC connecting to Informix IDs, mainly including environment description, JDBC Configuration and demo code.
1. Environmental description
OS: Windows XP Informix: IDS V10.00.TC1 JDBC: Informix JDBC
access|js|oracle|server|sqlserver| Access | data | Database access Oracle, SQL Server, DB2, Informix, Access database in JSP
Now have a lot of novice JSP users will often ask the database how to connect ah, how old mistakes ah? So I concentrated in
The code for connecting an informix database instance Using jsp is as follows:
String url =
"Jdbc: informix-sqli: // 123.45.67.89: 1533/testdb: informixserver = myserver;
User = testuser; password = testpassword ";
// Testdb is your
? Create by [email protected] 2018-8-2
One: DependenceUsing spring boot's default data source spring.datasource requires only the following dependencies to be imported: org.springframework.boot ??????????? spring‐boot‐starter‐jdbc ????????
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.