I am writing a program (VB6) to import contacts into several public folders. I am getting a Error 6 - Overflow if I try to process more than about 325 records. (Works fine on less than 300 records.)
I am using ADO to create the link to the Exchange Public Folder and reading the names from a CSV file. I am using code from to process the records.
If someone thinks they can help and they need more of the code, please let me know and I'd be glad to post. I need to be able to process 1600 records and I could just run the program 3 times, but I'd like to get this fixed.
Thanks,
GK Bren
I am using ADO to create the link to the Exchange Public Folder and reading the names from a CSV file. I am using code from to process the records.
If someone thinks they can help and they need more of the code, please let me know and I'd be glad to post. I need to be able to process 1600 records and I could just run the program 3 times, but I'd like to get this fixed.
Thanks,
GK Bren