zkkee
10-19-02, 05:21
| hi all... this happen in VB 6 I tried to create a new record (oracle) by using SQL insert statement and .addnew/update method and found that SQL insert is much faster than .addnew/update mtd. Anybody know why ? If the table size is very big....is it better to use SQL insert than .addnew/update ? |