Hi,
I make calls to a dll written in C that opens binary files and returns
various arrays. Effectively I have a structure as follows
Binary File
List of Events
List of Meetings
I have to loop through this structure to find any events that are of a
result status:
E.G.
File 1
Event1
Meeting 1 - Result
Meeting 2 - Result
Meeting 3 - No Result
Event 2
Meeting 1 - No Result
Meeting 2 - Result
File 2
etc etc
Once I have established a result, I then check some database tables (Access
at present but upsizing to MSDE) to see if result already catalogued, If it
is delete it and update else add new.
This is a simplified overview but you get the picture that it is loop
intensive!
Hope this helps.
Byron
|