NO MORE FILE IDENTIFIERS?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database client app written in vb.net.
It runs continuously for a couple days and then it loses its connection to
the the file server. Actually, if I open up Windows Explorer to open a
network folder I get a system error "No more internal File identifiers".
If I close my app and restart it, everything works fine for another few days.

I've gone thru my source code to make sure I'm closing all my odbc
connections after I open them. Aside from that, I don't know what to look for.

I am totally perplexed and would appreciate any advice.
 
maybe you are opening files and do not close them properly.
you can use tools like process explorer/file system explorer to watch whats
going on.
 
Back
Top