Hello,
I use MS Project and I need to export data to an Oracle database. The problem is that MS Project always overwrites the existing tables in the database. So I wrote a VBA module to export the data. The problem now is that this program is extremely slow. Imagine that it exports 1 row of MS Project in almost 1 sec. (And I have thaousands of them!!)
I don't know many things about ado. Can anyone give me a small example of how can I write data to a database FAST?
PS (I use a FOR loop to read each row of MS Project and write it to the database)
thanks...
I use MS Project and I need to export data to an Oracle database. The problem is that MS Project always overwrites the existing tables in the database. So I wrote a VBA module to export the data. The problem now is that this program is extremely slow. Imagine that it exports 1 row of MS Project in almost 1 sec. (And I have thaousands of them!!)
I don't know many things about ado. Can anyone give me a small example of how can I write data to a database FAST?
PS (I use a FOR loop to read each row of MS Project and write it to the database)
thanks...