1. 首页
  2. 数据库
  3. 其它
  4. Ruby连接使用windows下sql server数据库代码实例

Ruby连接使用windows下sql server数据库代码实例

上传者: 2021-01-04 01:30:16上传 PDF文件 33.74KB 热度 15次
require 'win32ole' class SqlServer # This class manages database connection and queries attr_accessor :connection, :data, :fields def initialize @connection = nil @data = nil end def open # Open ADO connection to the SQL Server database connection_string = Provider=SQLOLED
用户评论