Hello All,
I am facing a very strange problem in one of our vb6 apps. The problem
details are as follows.
We have a reporting application written in VB6.
We connect to a database at the end of the day and pull all the records
entered during the day from a table. We then load them in a
Scripting.Dictionary object with recordId as the key and generate a
report.
When the application runs on a Win 2000 or windows XP box it works fine
but when we put the same built on a WinNT box the application pulls
maximum of 65338 records into the report whereas the actual no. of
records are over 90000.
All 90000 reocrds are pulled in Win2000 and XP but it fails on WinNT
box and app. does not log any errors.
What additional should I do to fix this problem for WinNT.
Help is appreciated.
Nadeem