ruby 连接oracle
摘要:
安装工具oci8gem install ruby-oci8连接数据库require 'oci8'conn = OCI8.new("用户名", "密码", "数据库IP/SID")insertcursor = conn.exec("insert into table(id,type) values(1... 阅读全文
posted @ 2014-10-14 12:17 freedomdym 阅读(327) 评论(0) 推荐(0) 编辑