[Firebird-net-provider] [FB-Tracker] Created: (DNET-314) Incompatible with Interbase DB 7.5 SP1?

2010-04-27 Thread David (JIRA)
Incompatible with Interbase DB 7.5 SP1? --- Key: DNET-314 URL: http://tracker.firebirdsql.org/browse/DNET-314 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects

[Firebird-net-provider] Entity Framework and Linq

2010-04-27 Thread John R. Tomaselli
Hi, I just encountered the same issues reported in Vol 48, Issue #5 Topic #5 and (48,6,2) using VS2010, DDEX provider 2.0.5, Entity Framework 4 with Firebird 2.5.2. I re-generated the emdx file, checked the csdl secttion and have encountered the exact same error using Linqpad to test. I'm not

Re: [Firebird-net-provider] Firebird eating all the ram memory when used with .net client

2010-04-27 Thread Evandro's mailing lists (Please, don't send personal messages to this address)
Thanks! I was not doing that. However I am doing it now and the problem stills the same :( if this the correct way to free the command? Thanks again Jiri. -Evandro public int ExecuteNonQuery(string sql) { FbCommand cmd = null; int rowsAffected = -1;