Subject .net provider exception
Author toddhunter2003
Hi all,

Getting this exception when I am trying to run a simple select command
from a firebird database

System.InvalidOperationException: Command must have a valid Transaction.
at
FirebirdSql.Data.Firebird.FbCommand.ExecuteReader(CommandBehavior
behavior)
at
FirebirdSql.Data.Firebird.FbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior
behavior)
at System.Data.Common.DbDataAdapter.FillFromCommand(Object data,
Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand
command, CommandBehavior behavior)

This is using visual studio 2003, .net 1.1 and firebird RC 1.4 with
.net Provider-1.0.

I tried to install FirebirdNETProvider1.5-Alpha1-DotNET1.1.exe but it
would not let me telling me I needed to have .net 1.0 installed.

Thanks.