> The problem is that the connection is not closed after the gridview
> databind
> and the property fbdatareader.isclosed is false or with other provider as
> oracle or sql server the connection is closed
>
>
>
> It'is a bug or not ?

OK i found the solution in fact when a control do a databind with a
datareader the overiden GetEnumerator is called and now it returns "New
Dbenumerator(this)"  or it sould return "New
DbEnumerator(this,(CommandBehavior.Default !=
(CommandBehavior.CloseConnection & this._behavior)));"

Thanks a lot Carlos for you help and please tell me if this solution is good
for you ?




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to