What's up all? I have a question for all of you out there.. I don't see this being possible, but I figured I'd throw it out there in hopes that it might be... I currently have two connections open to two different DB's and want to transfer info from one to the other... I have a connection to the AS/400 and to a SQL Server 2000 DB. Currently, I'm just grabbing the recordset from the AS/400. I then run through that recordset and insert each record into the SQL Server DB. This serves its purpose, but is relatively slow. I know that I could use DTS packages to do this, but I want to be able to update these numbers from an ASP page. Is there any way I can just do a mass insert from one connection to another? Thanks in advance.