May 24, 200223 yr I need to insert a large block of records into an ORACLE DB. (Using FM 5.5) Right now, I have a simple calculated field with SQL INSERT command. I loop through the records performing an export SQL command for each record. This works, but it is extremely slow and inelegent (especially when the importing from ORACLE goes so quickly) Is there a better way?
Create an account or sign in to comment