From: "lrlebron@..." Date: 2007-12-27T07:34:59+09:00 Subject: Speed up ado updates I have a script that uses ado to update a database. The script works but it is very slow. require 'win32ole' data_source = "C:\path\F1Backup.sdf" prefix = "E:\user\" begin db = WIN32OLE.new("ADODB.Connection") db.open("Provider=Microsoft.SQLSERVER.MOBILE.OLEDB.3.0;Data Source=#{data_source}") rescue Exception => ex puts ex.to_s exit end sql_string=<