Ruby连接使用windows下sql server数据库代码实例
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
下载地址
用户评论