firebird-automations
firebird-automations
Commented by: Thiago Araújo (thiagoasilveira) Entity Framework Core don't have "Level transaction" and we can't implement ReadUncommited transactions\. Reading about it in Microsoft documentation I saw we need to use...
Modified by: @cincuranet assignee: Jiri Cincura \[ cincura\_net \]
Modified by: @cincuranet Attachment: EFDataAccess\.zip \[ 13396 \] Attachment: REPORTTEST\.FDB \[ 13397 \]
Commented by: @cincuranet Can you share some code of what kind of shutdown is done on the database?
Modified by: @cincuranet status: Open \[ 1 \] =\> In Progress \[ 3 \]
Commented by: Lars Weber (l.weber) I am using ibExpert to shutdown the database and to bring it online\. Active transactions are forced and multi\-user mode is selected\. 0 sec wait...
Modified by: @cincuranet Link: This issue is related to [DNET983](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET983+in%3Atitle) \[ [DNET983](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET983+in%3Atitle) \]
Commented by: @mrotteveel What is the exact Firebird version, iirc from problems with Jaybird, either Firebird 3\.0\.0 or 3\.0\.1 didn't handle some combinations gracefully \(should be fixed in Firebird 3\.0\.2\)\....
Commented by: Sergey (luzums) FB version: LI\-V3\.0\.3\.32721 Firebird 3\.0 HQbird\. By Wireshark: FirebirdSql\.Data\.FirebirdClient send only SRP avalible method in connected request\. How to enable support connect in Legacy\_Auth mode?
Commented by: @mrotteveel I looked at the sources: The problem is that for Firebird 3 and higher, the provider only supports Srp, and not Legacy Auth\. You either need a...