[Firebird-net-provider] [FB-Tracker] Created: (DNET-777) FBTrace is working in Firebird 3.0 but not working in 2.5.

2017-08-27 Thread Jiri Cincura (JIRA)
FBTrace is working in Firebird 3.0 but not working in 2.5. --- Key: DNET-777 URL: http://tracker.firebirdsql.org/browse/DNET-777 Project: .NET Data provider Issue Type: Bug C

Re: [Firebird-net-provider] EF - last inserted ID is 0

2017-08-27 Thread Jiří Činčura
Your myTableEnt should have Id marked as DatabaseGen…Options.Identity. Then it's fetched back automatically. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Fri, Aug 25, 2017, at 19:28, Mr. John via Firebird-net-provider wrote:> HiI'm using FB 2.5,EF Firebird 5.9.1,Asp MVC 5 with VS 2017