eis/config/conf/tables.ini

19 lines
561 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[setting]
output=C:/proc #自动生成代码的输出目录
user=auth11 #oracle的登录用户名
passwd=auth11 #oracle的登录用户密码
server=DSN=SAMPLE;CurrentSchema=AUTH11 #数据库的sid
dbtype=DB2 #支持Oracle、DB2、SQLServer数据库
needattfile=0 #是否需要Att文件
neednull=1 #是否需要处理null,1代表处理0不处理
defaultnull=0 #目前没有作用
chartype=0 # 0使用string1使用char数组
autocommit=1 # 1自动提交0需要自己手工提交
total=4 #表的总数目,用于控制循环
[tables]
t1=ORALIB_DEMO
t2=ORALIB_TEST
t3=T_BM_TAG_INDEX
t4=TABLE2CPP_TEST
[oralib]