|
-
March 10th, 2014, 03:59 AM
#7
Re: [VB.NET 4.0] System.Data.OleDb.OleDbException- system resources exceeded
Hello,
thank You all for the answers.
DataMiser:
In each tick I'm checking File.Exists. Then File.GetLastWriteTime if time is different than time stored in memory, code is executed.
I'll try to use File system watcher - to be honest I even didn't know this function
David:
from the beginning I had set up time between tick to 30sec. Unfortunately always getting system error after 1000 ticks
Hannes:
SELECT Field1, Field2, Field3 FROM " & Filename, mycn <- also didn't helped 
I was trying to do something else that partially solved my problem I'm using now dataAdapter instead dataReader and I'm not closing/disposing connection and dataAdapter.
At this moment application runs more than 6000 data reads, but I'm afraid that a the end I'll have problems with lack of memory...
Thank You
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|