I am updating a remote DBaseIV file into an SQL database. This part works fine however its really slow doing it the way that I am.
Is there a way to mass update a table with ASP? For instance I am currently adding a new record to the SQL database for every record in the DBaseIV database that is not already there.
Is there an SQL script that could update all?
Like: UPDATE Vendors.* FROM Vendors FOR EACH Record in 830 kinda thing?
Is there a way to mass update a table with ASP? For instance I am currently adding a new record to the SQL database for every record in the DBaseIV database that is not already there.
Is there an SQL script that could update all?
Like: UPDATE Vendors.* FROM Vendors FOR EACH Record in 830 kinda thing?