Re: [Firebird-net-provider] Firebird and Generate Views in Visual Studio 2013

2014-08-07 Thread Jiří Činčura
In EF6 you might not need pre-generate views. In EF6 this was greatly improved. Anyway, you can fire up ProcMon and look where the T4 template is running. -- Mgr. Jiří Činčura Independent IT Specialist -- Want fast

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-08 Thread Jiří Činčura
Hi, Any chance to do profiling? I would expect .NET be slightly slower that .NET, but this is x-times slower. That's weird. But finding the bottleneck might be helpful. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Abbility to use no garbage collect connection parameter

2014-08-08 Thread Jiří Činčura
Looks fine to me. -- Mgr. Jiří Činčura Independent IT Specialist -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-08 Thread Jiří Činčura
Yep, same for me. -- Mgr. Jiří Činčura Independent IT Specialist From: Alexander Muylaert-Gelein [mailto:amuylaert_gel...@hotmail.com] Sent: Friday, August 8, 2014 8:55 PM To: firebird-net-provider@lists.sourceforge. Subject: Re: [Firebird-net-provider] Questions with performance metrics doing

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-08 Thread Jiří Činčura
and .NET loops? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-10 Thread Jiří Činčura
It's roundtrip per some records (depends on size of data), not each record. Putting the records into DataTable will not be faster in any way, as it uses the DataReader internally. -- Mgr. Jiří Činčura Independent IT Specialist From: Paulo Gomes paulo_

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-10 Thread Jiří Činčura
. Maybe somebody could help me with that as well. -- Mgr. Jiří Činčura Independent IT Specialist From: Jiří Činčura disk...@cincura.net Sent: Sunday, August 10, 2014 3:23:14 PM To: For users and developers of the Firebird .NET providers Subject: Re

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-10 Thread Jiří Činčura
. Maybe somebody could help me with that as well. -- Mgr. Jiří Činčura Independent IT Specialist From: Alexander Muylaert-Gelein amuylaert_gel...@hotmail.com Sent: Friday, August 08, 2014 11:10:43 PM To: firebird-net-provider@lists.sourceforge. Subject: Re

Re: [Firebird-net-provider] Error when reading from connection

2014-08-11 Thread Jiří Činčura
You connection is broken at some point. Maybe something on network? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net

Re: [Firebird-net-provider] SqlQuery is not working

2014-08-12 Thread Jiří Činčura
That's known issue in EF (https://entityframework.codeplex.com/workitem/2418). It will be solved in 6.1.2. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net

Re: [Firebird-net-provider] Compiling for mono

2014-09-07 Thread Jiří Činčura
Create a PR. -- Mgr. Jiří Činčura Independent IT Specialist From: Ernesto Cullen [mailto:ernestocul...@gmail.com] Sent: Friday, September 5, 2014 4:57 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Compiling for mono I could get Firebird

[Firebird-net-provider] ADO.NET provider 4.5.1.0 for Firebird is ready

2014-09-09 Thread Jiří Činčura
and EntityFramework.Firebird (or from firebirdsql.org). More info: http://blog.cincura.net/233477-ado-net-provider-4-5-1-0-for-firebird-is-ready/ -- Mgr. Jiří Činčura Independent IT Specialist -- Want excitement? Manually upgrade your

Re: [Firebird-net-provider] Abbility to use no garbage collect connection parameter

2014-09-14 Thread Jiří Činčura
Looks fine. Merged. Thanks. -- Mgr. Jiří Činčura Independent IT Specialist -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably

[Firebird-net-provider] OT: Somebody in Prague

2014-10-22 Thread Jiří Činčura
Hi *, Somebody going to Prague to enjoy conference? If so catch me there. Would like to know about your FirebirdClient usage. -- Mgr. Jiří Činčura Independent IT Specialist -- Comprehensive Server Monitoring

Re: [Firebird-net-provider] FirebirdClient was not found excepction when in use with EF6

2014-11-06 Thread Jiří Činčura
You don’t have factory record in machine/app/web.config. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider

Re: [Firebird-net-provider] FirebirdClient was not found excepction when in use with EF6

2014-11-06 Thread Jiří Činčura
You’re missing record in system.data DbProviderFactories. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider

[Firebird-net-provider] EF Migrations

2014-11-06 Thread Jiří Činčura
Hi *, Anybody here willing to give EF Migrations a try? I'm getting close to first implementation. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net

Re: [Firebird-net-provider] FirebirdClient was not found excepction when in use with EF6

2014-11-06 Thread Jiří Činčura
You’re missing a space there. Check the message closely. name 'FirebirdSql.Data. FirebirdClient' Not sure why are you using the space there, maybe to avoid some other conflicts? Anyway, if it's not intentional, just remove the space and you're good to go. -- Mgr. Jiří Činčura Independent

Re: [Firebird-net-provider] FirebirdClient was not found excepction when in use with EF6

2014-11-06 Thread Jiří Činčura
I would suggest to add it - if it's for application, not your environment - to app/web.config. Easier for deploy. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] FirebirdClient was not found excepction when in use with EF6

2014-11-06 Thread Jiří Činčura
It’s the same, only it’s called app.config. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net

Re: [Firebird-net-provider] EF Migrations

2014-11-08 Thread Jiří Činčura
to create your own trigger and use/create generator. Maybe some developer-provided factory to create/alter the trigger and create/use generator would work. I'm open for ideas. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] EF Migrations

2014-11-08 Thread Jiří Činčura
for each primary key + trigger before insert. MSSQL has identities. Given that there are at least two widely used schemes in Firebird community and nothing is in the engine itself, I'd like to keep this open, with some default implementation. -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-net-provider] ADO.NET provider 4.5.2.0

2014-11-10 Thread Jiří Činčura
More info: http://blog.cincura.net/233487-ado-net-provider-4-5-2-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider

Re: [Firebird-net-provider] EF Migrations

2014-11-10 Thread Jiří Činčura
So anybody tested migrations? -- Mgr. Jiří Činčura Independent IT Specialist -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push

Re: [Firebird-net-provider] EF Migrations

2014-11-11 Thread Jiří Činčura
to drop NOT NULL constraint? I know it's generally wrong, but any problems on engine's side? -- Mgr. Jiří Činčura Independent IT Specialist -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month

Re: [Firebird-net-provider] EF Migrations

2014-11-13 Thread Jiří Činčura
Except for identity generation should be done: http://ge.tt/3OSvoR42 . Some feedback? -- Mgr. Jiří Činčura Independent IT Specialist -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month

Re: [Firebird-net-provider] Special symbols getting converted to something else

2014-11-25 Thread Jiří Činčura
You have very likely mismatch in charsets. To prevent it, basically, just use UTF8, everywhere. -- Mgr. Jiří Činčura Independent IT Specialist -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from

Re: [Firebird-net-provider] Special symbols getting converted to something else

2014-11-25 Thread Jiří Činčura
Hard to say what charset the C++ is actually using. But using NONE on database was *very* bad choice. The encoding might be pretty screwed in. Use UTF8 in .NET, but I expect you’re going to do manual transliteration because of NONE charset used. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Special symbols getting converted to something else

2014-11-25 Thread Jiří Činčura
Absolutely. Put there some text. Dump it in hex to file. Open it in some “smart” editor – a lot of editors have a feature to guess encoding. You can also do it to with encoding tables. But that’s manual and slow. :) -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Special symbols getting converted to something else

2014-11-25 Thread Jiří Činčura
isql -- Mgr. Jiří Činčura Independent IT Specialist -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity

Re: [Firebird-net-provider] Special symbols getting converted to something else

2014-11-25 Thread Jiří Činčura
Study http://www.firebirdsql.org/refdocs/langrefupd25.html . -- Mgr. Jiří Činčura Independent IT Specialist -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your

Re: [Firebird-net-provider] Insert into uncommitted table

2014-12-22 Thread Jiří Činčura
A) The transaction is handled by EF. B) When the script gets generated, there’s no transaction whatsoever. Crazy world. :) -- Mgr. Jiří Činčura Independent IT Specialist -- Download BIRT iHub F-Type - The Free

Re: [Firebird-net-provider] Insert into uncommitted table

2014-12-22 Thread Jiří Činčura
Something like Seed ? No, not really. :) -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership

Re: [Firebird-net-provider] Insert into uncommitted table

2014-12-22 Thread Jiří Činčura
AFAIK there are more databases that require a commit before a newly created table can be used. The good old magic MS SQL does not. :) -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel

Re: [Firebird-net-provider] DNET-570 Pull request

2014-12-23 Thread Jiří Činčura
Thanks for PR. I’m on it. I just need to compare it with better tool than https://github.com/cincuranet/NETProvider/pull/18/files?diff=split. For next version it will be done, very likely. -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-net-provider] Default pool lifetime

2014-12-28 Thread Jiří Činčura
to hear your opinion. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
to be hard to beat. I can shorten the string, but that will increase collisions. Maybe we can create - similar to generators - open ended method that anybody can override if needed. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
Your configuration for context needs to derive from FbDbConfiguration. So far there's no better solution. The migrations are run in serializable transaction and you need to insert into __MigrationHistory right after creation. Disaster. -- Mgr. Jiří Činčura Independent IT Specialist From

[Firebird-net-provider] ADO.NET provider 4.6.0

2014-12-30 Thread Jiří Činčura
More info at: http://blog.cincura.net/233492-ado-net-provider-4-6-0-0-for-firebird-is-ready/ . Enjoy. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
That’s not the same as what AddInterceptor call does. -- Mgr. Jiří Činčura Independent IT Specialist From: Геннадий Забула [mailto:zabulu...@gmail.com] Sent: Tuesday, December 30, 2014 10:36 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] EF

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
The name for index is created by EF if the explicit value is not provided. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
Yeah, but it’s different path. The InternalConfiguration class might or might not like that (now or in the future). It’s problem waiting to happen. And please stop sending HTML emails. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
, it does not work. Not sure why. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
(() = new FbMigrationSqlGenerator(... EF does not allow to plug custom services. :( -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel

Re: [Firebird-net-provider] EF Migrations

2014-12-30 Thread Jiří Činčura
fine. Better than forcing people to derive from custom class, I think. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel

Re: [Firebird-net-provider] RES: Error reading data from the connection

2015-01-26 Thread Jiří Činčura
connection resiliency. If the connection is broken you need to reopen it. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed

Re: [Firebird-net-provider] Decorators for FbConnectionString properties

2015-02-04 Thread Jiří Činčura
is correct, it doesn't matter that much. Regarding line-endings, I assume you use Unix LF, right? CR LF. But again. Not much important. Decent editor will handle it. :) -- Mgr. Jiří Činčura Independent IT Specialist -- Dive

Re: [Firebird-net-provider] Decorators for FbConnectionString properties

2015-02-05 Thread Jiří Činčura
Thanks. Merged. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-02 Thread Jiří Činčura
But I then would have to add Entities manually, right? No. It's already there. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-03 Thread Jiří Činčura
The wizard in VS should generate you the CSDL as well. -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Feb 2, 2015 at 11:13 AM -0800, Christoph Gasser christoph.gas...@stranto.commailto:christoph.gas...@stranto.com wrote: * In designer I make Update from database

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Jiří Činčura
Guid is opaque value. Interpretation in string is just a visual representation. -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Jiří Činčura
in an application that mixes char(16) character set octets and varchar(36) is not possible currently, why? It's simple. Don't do it. You're mixing binary data with string. Depending on LE or BE system you might get different result. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Jiří Činčura
And what’s not clear? -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn

Re: [Firebird-net-provider] Make FbNetProvider classes unseal

2015-01-16 Thread Jiří Činčura
What are you trying to do that is not possible without it? -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month

Re: [Firebird-net-provider] Make FbNetProvider classes unseal

2015-01-16 Thread Jiří Činčura
Well, you can do simple: StartTiming(); Execute(); LogElapsed(); Of if you want to do more fancy solution you should wrap all the FbXxx classes into wrappers. That's how other layers work (profilers, O/Rs, ...). -- Mgr. Jiří Činčura Independent IT Specialist -Original Message- From

Re: [Firebird-net-provider] Error reading data from the connection

2015-01-23 Thread Jiří Činčura
That’s expected. The driver is not reopening the connection. -- Mgr. Jiří Činčura Independent IT Specialist From: Nicolas F. Timmers [mailto:nftimm...@hotmail.com] Sent: Friday, January 23, 2015 11:49 AM To: 'For users and developers of the Firebird .NET providers' Subject: [Firebird-net

Re: [Firebird-net-provider] Error reading data from the connection

2015-01-23 Thread Jiří Činčura
Probably the provider pulls a bad connection from the pool and tries to use it despite its being broken. OK, so once more. Provider is not reopening the connection or doing *anything* with it. In fact it's even impossible to do it reliably.

[Firebird-net-provider] ADO.NET provider 4.6.1.0

2015-01-23 Thread Jiří Činčura
More info http://blog.cincura.net/233495-ado-net-provider-4-6-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET

Re: [Firebird-net-provider] Firebird EF6 DDEX adding Views

2015-02-01 Thread Jiří Činčura
http://blog.cincura.net/230207-what-the-hell-where-s-my-added-view/ -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel

Re: [Firebird-net-provider] Decorators for FbConnectionString properties

2015-01-27 Thread Jiří Činčura
Sure. Go ahead. Once done create PR on GitHub and that’s it. -- Mgr. Jiří Činčura Independent IT Specialist From: Hernan Martinez [mailto:hernan.marti...@obi-corp.com] Sent: Tuesday, January 27, 2015 5:06 PM To: Firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider

Re: [Firebird-net-provider] RES: Shutdown - online problem

2015-01-13 Thread Jiří Činčura
Even the previous version was cleaning up the pool. It's up to server what it does with connections based on shutdown type specified. -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New

Re: [Firebird-net-provider] Shutdown - online problem

2015-01-13 Thread Jiří Činčura
Is the call in console app *exactly* the same as in web app? -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month

Re: [Firebird-net-provider] Prepare/reprepare?

2015-02-11 Thread Jiří Činčura
Do I need to call Prepare() again on each FbCommand after the commit and new transaction assignment? You don't have to. As long as you keep it on same connection and same command. Btw, is there any way to check if a FbCommand is prepared or not? Not directly. -- Mgr. Jiří Činčura

Re: [Firebird-net-provider] Firebird connection very slow

2015-01-04 Thread Jiří Činčura
The 10054 means Connection Reset By Peer. Looks like something on the machine is killing the connection. But might be also as you're debugging that you kill your application. Can you maybe create a simple console app and try the connection there. To eliminate stuff around. -- Mgr. Jiří

Re: [Firebird-net-provider] Firebird and VS 2015 preview

2015-01-08 Thread Jiří Činčura
You mean DDEX? -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub

Re: [Firebird-net-provider] Connect to Firebird database throws type initializer exception

2015-03-29 Thread Jiří Činčura
Then just install it from NuGet and you’re fine. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership

Re: [Firebird-net-provider] Connect to Firebird database throws type initializer exception

2015-03-30 Thread Jiří Činčura
I need the the one for .NET 4.0 and installing from NuGet will give me version 4.5.  No. It will not. -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming The Go Parallel

Re: [Firebird-net-provider] Connect to Firebird database throws type initializer exception

2015-03-28 Thread Jiří Činčura
Is that exception from DDEX/VS or from your application? -- Mgr. Jiří Činčura Independent IT Specialist -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-04 Thread Jiří Činčura
. Maybe try (for development) use server. Or maybe you can get this https://github.com/cincuranet/EF6_Firebird/tree/master/EDMX and start from it. -- Mgr. Jiří Činčura Independent IT Specialist -- One dashboard for servers

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Jiří Činčura
Nope. -- Mgr. Jiří Činčura Independent IT Specialist From: Brian Liedtke [mailto:lied...@frii.com] Sent: Monday, May 11, 2015 12:50 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6 So the EF_6 symbol should

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-11 Thread Jiří Činčura
Why? EF6 provider is separate. -- Mgr. Jiří Činčura Independent IT Specialist From: Brian Liedtke [mailto:lied...@frii.com] Sent: Monday, May 11, 2015 6:52 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Jiří Činčura
The EF_6 is there for EntityFramework.Firebird, as there’s some shared code. -- Mgr. Jiří Činčura Independent IT Specialist From: Brian Liedtke [mailto:lied...@frii.com] Sent: Saturday, May 9, 2015 5:32 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net

Re: [Firebird-net-provider] Deployment for EF6 + Firebird .net Application

2015-05-19 Thread Jiří Činčura
Hi, If you installed the FirebirdClient form NuGet the app.config should have been updated for you automatically. -- Mgr. Jiří Činčura Independent IT Specialist -Original Message- From: Parzival [mailto:parzival1...@gmx.at] Sent: Tuesday, May 19, 2015 7:42 AM To: 'For users

[Firebird-net-provider] ADO.NET provider 4.6.2.0

2015-04-15 Thread Jiří Činčura
More info http://blog.cincura.net/233504-ado-net-provider-4-6-2-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own

[Firebird-net-provider] FbBatchExecution

2015-06-10 Thread Jiří Činčura
with FbScript obsolete. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https

[Firebird-net-provider] ADO.NET provider 4.6.3.0

2015-06-25 Thread Jiří Činčura
More info http://blog.cincura.net/233510-ado-net-provider-4-6-3-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Monitor 25 network devices or servers for free with OpManager! OpManager

[Firebird-net-provider] ADO.NET provider 4.6.4.0

2015-06-26 Thread Jiří Činčura
More info http://blog.cincura.net/233511-ado-net-provider-4-6-4-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Monitor 25 network devices or servers for free with OpManager! OpManager

[Firebird-net-provider] Keep-alive packets

2015-06-17 Thread Jiří Činčura
(and many embedded stacks do not), so this solution may not translate to other platforms. This might explain why still some events (connections) are (sometimes) lost, even though we use keep-alive on that socket. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] FbBatchExecution

2015-06-15 Thread Jiří Činčura
that). Then it would look like: var batchExecution = new FbBatchExceution(); batchExecution.Statements.Add(script.Results); //maybe rename Results Statements??? batchExecution.Execute(); Looks good to me. -- Mgr. Jiří Činčura Independent IT Specialist -Original Message- From: Jiří

Re: [Firebird-net-provider] FbBatchExecution

2015-06-16 Thread Jiří Činčura
That breaks the notion of single point for interaction. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider

Re: [Firebird-net-provider] Setting LockTables in FbTransactionOptions with string[] of Tables to Lock

2015-06-15 Thread Jiří Činčura
You can’t use string[]. You need to specify the locking, hence the IDictionary. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list

Re: [Firebird-net-provider] DNet 176 and 564

2015-06-02 Thread Jiří Činčura
Hi, Create a PR, so it can be commented there. That’s easiest. -- Mgr. Jiří Činčura Independent IT Specialist From: Amro El-Fakharany [mailto:amro00...@gmail.com] Sent: Tuesday, June 2, 2015 4:29 PM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] DNet 176

[Firebird-net-provider] Events on FbBatchExecution firing opinion

2015-07-02 Thread Jiří Činčura
Hi *, I would like to hear some opinions on http://tracker.firebirdsql.org/browse/DNET-390?focusedCommentId=29671page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_29671 . What do you think? -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] EF 6.0 use context.Database.Connection

2015-05-25 Thread Jiří Činčura
Is it ok to use the connection of the EF context for this purpose? Cast it to (fbConnection)Context.Database.Connection That's absolutely fine. -- Mgr. Jiří Činčura Independent IT Specialist -- One dashboard

[Firebird-net-provider] Structs

2015-08-23 Thread Jiří Činčura
Hi *, Anybody feels like giving me reason why not to make FbTransactionOptions, FbDatabasesInfo and FbServerConfig classes? I don't see a single reason to have struct here. In fact quite contrary. OK, maybe the FbTransactionOptions could make it. -- Mgr. Jiří Činčura Independent

Re: [Firebird-net-provider] Problem using embedded version:IDE is waiting to terminate a process up to 7 seconds

2015-08-17 Thread Jiří Činčura
Hi, Can you test it with latest provider? 2.7.7 is couple of years old. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net

Re: [Firebird-net-provider] ADO.NET provider 4.7.0.0 and DDEX 3.0.2

2015-07-24 Thread Jiří Činčura
Yes, it’s on NuGet. It might take a minute or two before it’s indexed (so it should be done now for sure). -- Mgr. Jiří Činčura Independent IT Specialist From: Alexander Muylaert-Gelein [mailto:amuylaert_gel...@hotmail.com] Sent: Friday, July 24, 2015 9:12 AM To: firebird-net-provider

Re: [Firebird-net-provider] Read allowed despite locking table in transaction

2015-07-22 Thread Jiří Činčura
Don’t do that. Database engine (any) people do a great effort to reach maximum throughput and you want to limit it to basically 1. If you need someething like that, your design has serious flaw. -- Mgr. Jiří Činčura Independent IT Specialist From: LtColRDSChauhan [mailto:rdsc1...@gmail.com

Re: [Firebird-net-provider] DNET-607

2015-07-23 Thread Jiří Činčura
Does the releasing/disposing also require locking on _syncroot? If so: No. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird

Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-10-26 Thread Jiří Činčura
On Mon, Oct 26, 2015, at 15:16, Parzival wrote: > _fbConnectionStringBuilder:Pooling := .T. Just for the sake of testing, can you turn it off. Then the connection is closed immediately. And we should see whether there's something dangling or not. -- Mgr. Jiří Činčura Independent IT Special

Re: [Firebird-net-provider] Stored procedures not added to model

2015-10-28 Thread Jiří Činčura
What's the signature of that SP? -- Mgr. Jiří Činčura Independent IT Specialist On Wed, Oct 28, 2015, at 09:53, Mr. John wrote: > HiI'm using FB2.5,VS 2013,FirebirdClient 4.8.1.0,DDEXProvider 3.0.2.0 > When I try to add a stored procedure to model from database using Update > m

Re: [Firebird-net-provider] Correct closing of an entity framework connection

2015-10-26 Thread Jiří Činčura
Are you using connection pooling? How was the application closed - regular close or killed from debugger? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net

[Firebird-net-provider] 4.9.0 beta 1 release

2015-11-15 Thread Jiří Činčura
,L70 [3]: https://msdn.microsoft.com/en-us/data/jj591621.aspx [4]: https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/4.9.0-beta1 [5]: http://entityframework.codeplex.com/workitem/2683 -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Jiří Činčura
On Mon, Nov 2, 2015, at 19:16, Mr. John wrote: > and use for stored procedures classic ADO.NET Why? You can still configure the SP in model manually. It's already there. -- Mgr. Jiří Činčura Independent IT Special

Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-11-01 Thread Jiří Činčura
running 24/7, it's mostly not a problem. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sou

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Jiří Činčura
s Works fine for me. It imported on a first try. Check http://snag.gy/N9svt.jpg . Because it's selectable in FIrebird it's composable in EF and I can see it dropdown when adding function import (I haven't used the automatic import - sometimes it fucks up). -- Mgr. Jiří

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Jiří Činčura
On Mon, Nov 2, 2015, at 13:51, Mr. John wrote: > indeed it's ok for you,but for me not.I use automatic import,what options > I have to make it works for methanks Just untick it? ... -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-11-03 Thread Jiří Činčura
- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fi

Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-11-03 Thread Jiří Činčura
On Tue, Nov 3, 2015, at 15:11, Parzival wrote: > What is the planned schedule for 4.8.x? What do you mean? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-

Re: [Firebird-net-provider] *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: Correct closing of an entity framework connection

2015-11-03 Thread Jiří Činčura
On Tue, Nov 3, 2015, at 14:09, emel wrote: > But only when 'ConnectionPooling is false', is it? No. > Must I unhand a context, if I had got it from pool, when i don't use it? There's no pool for context. Only connections. -- Mgr. Jiří Činčura Independent IT Spec

  1   2   3   4   >