I get "Too many open files" if I open several (20+) databases under
Windows, but no such error under Linux. I've had this error before -
when I had accidentally created a recursive database relationship -
but that's not the case here.
I could rewrite my code to open fewer databases, or to use IDs instead
of relationships - i.e. second_table[
first_record.id] instead of
second_table.first_record - but I would like to understand what I'm
doing wrong and whether it is in fact a Windows-specific problem.
Any ideas?
Thanks for your wonderful database,
-Hugo R.