D
DB
Hi. I have a fairly simple piece of code which reads each record in a table,
does some calculations based on several different fields, then updates a
field in the table. This is done in VB. On some occasions, for which I can
find neither rhyme nor reason, the database grows tremendously in size and
effectively blows up - exceeds the 2GB maximum size.
The starting DB is typically in the 150MB range. The records in the table
vary from 400k - 900k. I am totally stymied as to how the DB can grow 10+
times it's size by simply updating the records through VB code.
Any thoughts are greatly appreciated. This is a major hassle for me.
Thank you.
does some calculations based on several different fields, then updates a
field in the table. This is done in VB. On some occasions, for which I can
find neither rhyme nor reason, the database grows tremendously in size and
effectively blows up - exceeds the 2GB maximum size.
The starting DB is typically in the 150MB range. The records in the table
vary from 400k - 900k. I am totally stymied as to how the DB can grow 10+
times it's size by simply updating the records through VB code.
Any thoughts are greatly appreciated. This is a major hassle for me.
Thank you.