informix的dbacess命令使用

参考文章:http://blog.csdn.net/om001om/article/details/7042173     重点!!

http://blog.csdn.net/hongweigg/article/details/6440482


官方文档:

http://www.informix-dba.com/2010/07/creating-dbspaces-databases-tables-and.html

重点参考:https://stackoverflow.com/questions/13881627/how-to-run-commands-in-a-file-inside-database-console






以下非验证:

执行一个sql文,数据库连接在文件中指定

dbaccess - initdata.sql >initdata.log

initdata.sql内容:

connect to 'excel@ol_svr_custom' user 'informix' using 'password';

insert into t01 values('1');

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容