psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
Good Morning,
I need some advice on a project that I am working on.
I am trying to see Would running a single query and then iterating through each record multiple times to check for each error be better than running multiple queries where only problems are returned??
The scenario: As part of a mailing list generation process, we pull records that are supposed to be mailed into tblTempMailing for processing.
We then run error checks to ensure that the data in the letters is correct and formatted properly so that the letters don't get bounced or reciepents are unable to respond.
I need some advice on a project that I am working on.
I am trying to see Would running a single query and then iterating through each record multiple times to check for each error be better than running multiple queries where only problems are returned??
The scenario: As part of a mailing list generation process, we pull records that are supposed to be mailed into tblTempMailing for processing.
We then run error checks to ensure that the data in the letters is correct and formatted properly so that the letters don't get bounced or reciepents are unable to respond.