Hi all,
I created a database in Access, and populated the tables with data imported from text files. Then I found out I should use SQL Server, and VB...so I rewrote everything, and now have my data being pulled with VB 6 and populating a SQL server database.
My problem is this...the VB code is VERY slow. It takes ~10 min to process one text file, whereas the Access code took less than one minute.
Is there an obvious explanation for this?? Or should I post my code and maybe someone could offer some suggestions? I didn't really know what I was doing...I just figured out how to get it working, but there is definitely a chance I didn't do it the optimal way.
Thanks,
amber
I created a database in Access, and populated the tables with data imported from text files. Then I found out I should use SQL Server, and VB...so I rewrote everything, and now have my data being pulled with VB 6 and populating a SQL server database.
My problem is this...the VB code is VERY slow. It takes ~10 min to process one text file, whereas the Access code took less than one minute.
Is there an obvious explanation for this?? Or should I post my code and maybe someone could offer some suggestions? I didn't really know what I was doing...I just figured out how to get it working, but there is definitely a chance I didn't do it the optimal way.
Thanks,
amber