A
Andreas Hoetker
Hi
I'm currently developing a simple VB.NET Windows Service
that shall receive files (including data) as an input and
write these data into a Access database. For this, I use
the OleDbCommand and - Database objects, provided by the
framework, and the follwing functions:
OleDbCommand.ExecuteNonQuery(),OleDbCommand.ExecuteReader
().
Now, sometimes, when I run the service I receive the
following exception (sorry, german):
System.InvalidOperationException: OleDbCommand ist
ausgelastet Open, Fetching
Unfortunately, I can't find anything helpful about this
in the documentation.
Can anyone help me out of this?
Andreas
I'm currently developing a simple VB.NET Windows Service
that shall receive files (including data) as an input and
write these data into a Access database. For this, I use
the OleDbCommand and - Database objects, provided by the
framework, and the follwing functions:
OleDbCommand.ExecuteNonQuery(),OleDbCommand.ExecuteReader
().
Now, sometimes, when I run the service I receive the
following exception (sorry, german):
System.InvalidOperationException: OleDbCommand ist
ausgelastet Open, Fetching
Unfortunately, I can't find anything helpful about this
in the documentation.
Can anyone help me out of this?
Andreas