I am just beginning programming in VB and have this problem.
After creating and access db in vb I am importing text files and creating tables using SQL (the create and then insert keywords) the problem is this
takes a long time and the database grows from 239kb empty to 40,989kb with the new data (approx 36,000 records). I have tried compacting using the jet database engines function but it does help.
Does anyone have any ideas.
thanks
After creating and access db in vb I am importing text files and creating tables using SQL (the create and then insert keywords) the problem is this
takes a long time and the database grows from 239kb empty to 40,989kb with the new data (approx 36,000 records). I have tried compacting using the jet database engines function but it does help.
Does anyone have any ideas.
thanks