G
Guest
I'VE POSTED THIS BEFORE BUT I STILL HAVE THE PROBLEM-
I wrote a database client with vb.net. It runs fine for about a week and
then I loose all connectivity. Windows NT displays a system error "no more
internal File identifiers".
I checked my program carefully to make sure that every odbc and streamreader
is closed after I open them; However,Using process explorer, I can see that
about 15 handles get added everytime I add a record.
I force a system.gc.collect and I still see no difference; handles are
slowly being added everytime I update my database.
Does anyone have any advice?
I wrote a database client with vb.net. It runs fine for about a week and
then I loose all connectivity. Windows NT displays a system error "no more
internal File identifiers".
I checked my program carefully to make sure that every odbc and streamreader
is closed after I open them; However,Using process explorer, I can see that
about 15 handles get added everytime I add a record.
I force a system.gc.collect and I still see no difference; handles are
slowly being added everytime I update my database.
Does anyone have any advice?