Subject | 'System.NotSupportedException' in Firebird .Net Provider |
---|---|
Author | Wayne |
Post date | 2004-05-18T21:17:05Z |
I receive the following error when trying to dispose a fbcommand object.
An unhandled exception of type 'System.NotSupportedException' occurred in
firebirdsql.data.firebird.dll
Additional information: Stream does not support writing.
I am using Firebird .Net Provider Version 1.5.2
Here is an example of the code.
Protected Overrides Sub Finalize()
FDB_Command.Dispose()
MyBase.Finalize()
End Sub
I can of course just not dispose the object but that is ignoring the problem
and not find the solution.
Any ideas?
Thanks Wayne
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 5/18/2004
[Non-text portions of this message have been removed]
An unhandled exception of type 'System.NotSupportedException' occurred in
firebirdsql.data.firebird.dll
Additional information: Stream does not support writing.
I am using Firebird .Net Provider Version 1.5.2
Here is an example of the code.
Protected Overrides Sub Finalize()
FDB_Command.Dispose()
MyBase.Finalize()
End Sub
I can of course just not dispose the object but that is ignoring the problem
and not find the solution.
Any ideas?
Thanks Wayne
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 5/18/2004
[Non-text portions of this message have been removed]