Subject Error while looping through databases
Author mielhostens
Hi there,

I recently made a dotnet application which has to query all firebird
datasets in a folder for a specific query and store the results in a
datatable. What i basically do is open and close each database at a
time and loop through the folder with datafiles.

When i did it with 100 datafiles no problem,
now i have access to 1000 datafiles and that's when i got the next
error after a certain database:

Internal gds software consistency check

I first had the idea of a corrupt datafile but when i query the
datafile alone, it works,... and the funny thing is, it happens to a
random database as i also checked this

Anyone who has suggestions?