编写写入informix数据库的函数。

在informix数据库增加一个测试表。
This commit is contained in:
2021-06-24 18:01:39 +08:00
parent f1e93989cb
commit 4878541b65
3 changed files with 19 additions and 14 deletions

View File

@@ -35,6 +35,10 @@
<param-name>informixURL</param-name>
<param-value>jdbc:informix-sqli://10.187.11.163:9096/ywgl_xm:INFORMIXSERVER=pxmcx2;newcodeset=GBK,8859-1,819;user=ccx99;password=ct0IT17!</param-value>
</context-param>
<context-param>
<param-name>dxbd_test</param-name>
<param-value>jdbc:informix-sqli://10.39.0.92:9096/ywgl_xm:INFORMIXSERVER=pxmcx2;newcodeset=GBK,8859-1,819;user=ccx99;password=ct0IT17!</param-value>
</context-param>
<context-param>
<param-name>ora_telsale_url</param-name>
<param-value>jdbc:oracle:thin:@10.39.0.85:1521:dev01;user=telsale;password=Cpic%231234;</param-value>