Re: [Firebird-net-provider] Error reading data from the connection Re: Firebird-net-provider Digest, Vol 139, Issue 3

2017-11-18 Thread Jiří Činčura
I would check inner exception to see what happened. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http

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

2017-11-15 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233658-ado-net-provider-5-12-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-net-provider] New list

2017-09-09 Thread Jiří Činčura
> Maybe a good idea to also post instructions how to subscribe. Right. https://support.google.com/groups/answer/1067205?hl=en . -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant t

[Firebird-net-provider] New list

2017-09-08 Thread Jiří Činčura
Hi *, Because of recent changes on SourceForge we have a new list: firebird-net- provi...@googlegroups.com. Hopefully it will solve the issues of some emails not being delivered and some people being unable to post. Resubscribe there, this old list is soon going to be retired. -- Mgr. Jiří

[Firebird-net-provider] Problems with list

2017-09-03 Thread Jiří Činčura
Hi *, more and more people are having problems posting to this list (or any SF list in general). We, the Firebird project, are considering moving all the lists to Google Groups. If you have a specific idea for this list, it's time to speak. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com

[Firebird-net-provider] Gitter

2017-09-03 Thread Jiří Činčura
Hi *, in case you'd like to talk on Gitter, I created a room: https://t.co/B81ZThgVIG . Not sure where that road goes. :) -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community

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

2017-08-30 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233642-ado-net-provider-5-11-0-0-for-firebird-is-ready-with-net-standard-2-0-support/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community

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

2017-08-29 Thread Jiří Činčura
With DB First you can set it up in Properties the same way. Or you can use https://www.tabsoverspaces.com/230841-generated-primary-key-in-entity-framework-model-from-firebird[1]/. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Tue, Aug 29, 2017, at 08:44, Mr. John via Firebird-net

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

2017-08-28 Thread Jiří Činčura
Why so complex. Just use https://msdn.microsoft.com/en-us/library/system.data.entity.modelconfiguration.configuration.primitivepropertyconfiguration.hasdatabasegeneratedoption(v=vs.113).aspx and that's it. You should consider you entities store agnostic, in fact. -- Mgr. Jiří Činčura https

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

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

2017-08-24 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233641-ado-net-provider-5-10-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-net-provider] FbRemoteEvent

2017-08-16 Thread Jiří Činčura
> Seems to be a problem with the install .Net framework v4.0.30319 ? Not really. Do you have all NuGet dependencies installed? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant t

Re: [Firebird-net-provider] FbRemoteEvent

2017-08-14 Thread Jiří Činčura
What's the complete stack trace? I copy-pasted your code to a console app and it worked fine. I only changed database name. The rest was untouched. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out

Re: [Firebird-net-provider] Fbembed + .NET Provider 5.9.1. Memory leak?

2017-08-11 Thread Jiří Činčura
Interesting. What's the Firebird client library version? Does the memory leak from the start of only after some time? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one

Re: [Firebird-net-provider] Handling Errors with EF

2017-08-01 Thread Jiří Činčura
bei System.Data.Entity.Internal.InternalContext.SaveChanges() This is from SaveChanges. It's not related to setting state to Detached. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/

Re: [Firebird-net-provider] Handling Errors with EF

2017-08-01 Thread Jiří Činčura
stack trace? That should work out of the box (with the proxies turned off). -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Firebird-net-provider] Handling Errors with EF

2017-08-01 Thread Jiří Činčura
attaching. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

Re: [Firebird-net-provider] Handling Errors with EF

2017-07-31 Thread Jiří Činčura
What do you mean by "gentle way". You want to skip that record? Or skip all pending changes? Also do you have proxy creation enabled? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vi

Re: [Firebird-net-provider] FbTrace for Firebird 3

2017-07-18 Thread Jiří Činčura
ce to have would be to have default enum value be "DetectVersion" > which > would do the roundtrip server check. I'm bit worried about having it as default. Convenient, yes, but hidden perf problem. Though not sure it matters on FbTrace much. -

[Firebird-net-provider] FbTrace for Firebird 3

2017-07-17 Thread Jiří Činčura
ther class that will be there "forever". 5. Before connecting automagically check server version. Although most pleasant from outside, I don't like the idea of extra roundtrip to get this information. Ideas? -- Mgr. Jiří Činčura https://ww

Re: [Firebird-net-provider] Connecting to encrypted databases

2017-07-12 Thread Jiří Činčura
eated, it will surely be contributed to > the project. Great. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Firebird-net-provider] Global event on connection open

2017-07-12 Thread Jiří Činčura
do you think? I wish I could even pass that information to MON$ATTACHMENTS. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites

Re: [Firebird-net-provider] Connecting to encrypted databases

2017-07-12 Thread Jiří Činčura
> Which would not be true anymore, except if you add EncryptionKey to > connection string parsing anyway. Of course I would. The builder and connection string options are in sync. -- Mgr. Jiří Činčura https://www.tabsoverspac

Re: [Firebird-net-provider] Connecting to encrypted databases

2017-07-12 Thread Jiří Činčura
> converting from/to a string. Then the ConnectionStringBuilder can be used right away, no? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's mos

[Firebird-net-provider] Connecting to encrypted databases

2017-07-12 Thread Jiří Činčura
and callback on i.e. FbConnection. The callback seems to be an obvious choice, because it's most versatile. But I'd like to hear some other opinions as well. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out

Re: [Firebird-net-provider] Entity Update-Database not working

2017-05-31 Thread Jiří Činčura
Mark basically already responded to you. The full explanation in the answer: https://stackoverflow.com/questions/44266141/entity-framework-code-first-migrations-and-firebird/44280925#44280925 . -- Mgr. Jiří Činčura https://www.tabsoverspaces.com

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

2017-05-21 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233624-ado-net-provider-5-9-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-net-provider] .NET 4 support

2017-05-07 Thread Jiří Činčura
available. Any questions? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

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

2017-05-07 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233620-ado-net-provider-5-9-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-net-provider] EF handling - as string parameter

2017-05-02 Thread Jiří Činčura
> Can you please add 1 line to describe the difference between using {0} > vs. @p0 ? Well, AFAIK only the @p0 is supported. Maybe the {0} works as well, but I know only about the @p0 from documentation. Of course we can check EF6 sources, but I'm too lazy to do that. :D -- Mgr. Jiří Č

Re: [Firebird-net-provider] EF handling - as string parameter

2017-05-02 Thread Jiří Činčura
What's the AUSLASTUNG_GEHOERT_ZU's datatype? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Tue, May 2, 2017, at 11:55, Nikolaus Kern wrote: > Hello Jiri, > > thanks for the response. > > I guess I am missing something here. The code below produces the sam

Re: [Firebird-net-provider] EF handling - as string parameter

2017-05-02 Thread Jiří Činčura
You should use @p0 instead of {0} (https://msdn.microsoft.com/en-us/library/system.data.entity.dbset.sqlquery%28v=vs.113%29.aspx). Optionally you can also specify the Size in FbParameter. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Tue, May 2, 2017, at 09:58, Nikolaus Kern wrote

Re: [Firebird-net-provider] EF handling - as string parameter

2017-05-02 Thread Jiří Činčura
What parameter? I don't see any parameter in the query. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http

Re: [Firebird-net-provider] About GUIDs in Firebird

2017-04-25 Thread Jiří Činčura
://www.tabsoverspaces.com/233552-gotcha-with-firebird-3-count-and-executescalar-common-casting-pattern/), it's better to do it sooner than later. Thus very likely next _major_ version will contain this change. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com

Re: [Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-04-24 Thread Jiří Činčura
know. If you can confirm it's really those fields, put it to tracker and I'll look at it. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engagin

Re: [Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-04-22 Thread Jiří Činčura
F for it. And then do the same for a table with computed field. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot

Re: [Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-04-22 Thread Jiří Činčura
My *guess* is that it's the computed columns and the length is not discovered properly. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging

Re: [Firebird-net-provider] RES: ADO.NET provider 5.8.1.0

2017-04-06 Thread Jiří Činčura
You need new csproj support, aka VS2017. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Thu, Apr 6, 2017, at 13:37, Nicolas Timmers wrote: > Hello Jiri > > When i try to open the solution from version 5.8.1.0 I get the fallowing > message > > C:\temp\TEMP\Pro

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

2017-04-05 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233609-ado-net-provider-5-8-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

[Firebird-net-provider] Installing DDEX provider for Firebird into Visual Studio 2017

2017-03-25 Thread Jiří Činčura
This might help you with DDEX and VS2017. https://www.tabsoverspaces.com/233604-installing-ddex-provider-for-firebird-into-visual-studio-2017/ -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out

Re: [Firebird-net-provider] Create Database Tables

2017-03-23 Thread Jiří Činčura
rrect choice as it is > non-unicode. You can use CHARACTER SET clause. Best is probably to use UTF8. > 3) I also want variable lengths, without a max, for fstInfo. What do > I use in place of the "100"? Then you have to use BLOB SUB_TYPE TEXT. -- Mgr. Jiří Činčura

Re: [Firebird-net-provider] [firebird net] Install Firebird / Create Database File

2017-03-19 Thread Jiří Činčura
not much. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

Re: [Firebird-net-provider] [firebird net] Install Firebird / Create Database File

2017-03-18 Thread Jiří Činčura
nfo while it is still fresh in > my mind ... for future projects. https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/blob/master/Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnectionString.cs#L88 -- Mgr. Jiří Činčura

Re: [Firebird-net-provider] [firebird net] Install Firebird / Create Database File

2017-03-15 Thread Jiří Činčura
n.CreateFile(stPathFilename) > where the filename ends with .sqlite. FbConnection.CreateDatabase. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most enga

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Jiří Činčura
et me know > under which component(s) that would be appropriate. It' already there under DNET-739. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Announcing the Oxford Dictionaries API! The API offers worl

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Jiří Činčura
Known mistake. Your machine config entry and GAC does not match. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Wed, Mar 8, 2017, at 18:28, Paul Dryden wrote: > Hi, > > I was able to get Firebird to show up in the provider list by copying an > setting to my app.config f

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-07 Thread Jiří Činčura
Check whether the registry entries are there (for VS2015). -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Tue, Mar 7, 2017, at 22:12, Daniel Rail wrote: > Hi all, > > I was able to connect in VS2015 and create some classes to represent a > few tables(from an exist

Re: [Firebird-net-provider] Detaching navigation properties

2017-03-01 Thread Jiří Činčura
variable - but the intermediate list will be created anyway, so it's just a cosmetic thing. -- Mgr. Jiří Činčura https://blog.cincura.net/ -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Firebird-net-provider] FirebirdSql.Data.Services demands SYSDBA to list users, where RDB$ADMIN insufficient?

2017-02-24 Thread Jiří Činčura
; Thoughts? Is there any way to list the users? > > If not, can it be added as a features that if logged in with RDB$ADMIN > role, that the users can be listed? Sure. But do your work and find what needs to be changed. Maybe the role needs to be passed in other place and not on

Re: [Firebird-net-provider] FirebirdSql.Data.Services demands SYSDBA to list users, where RDB$ADMIN insufficient?

2017-02-24 Thread Jiří Činčura
> This is different from how things work in gsec. There, enumeration of > users > IS possible by connecting via the RDB$ADMIN role; > >gsec -user MyAdm -pass admpw -role rdb$admin -display This gsec command is not connecting to remote database using services API. -- Mg

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

2017-02-23 Thread Jiří Činčura
More info: http://blog.cincura.net/233594-ado-net-provider-5-8-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Firebird-net-provider] Slow query

2017-02-23 Thread Jiří Činčura
How the Delphi code looks like? -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Re: [Firebird-net-provider] Slow query

2017-02-23 Thread Jiří Činčura
> I feel, the number of records (or number of varchar columns) grows, so > does the difference between C# and Delphi. You feel or can you confirm it? Did you tried i.e. selecting just NULL? -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] RES: CORE4563

2017-02-21 Thread Jiří Činčura
r code, instead of band-aiding sources. Your hack is very dangerous and you will eventually loose data. -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most enga

Re: [Firebird-net-provider] CORE4563

2017-02-20 Thread Jiří Činčura
It's linked to that ticket: http://tracker.firebirdsql.org/browse/DNET-726 . -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Feb 20, 2017, at 19:40, Nicolas Timmers wrote: > Hello everyone > > With the release of version 2.5.7, we have the item > > Http://tracker.firebir

Re: [Firebird-net-provider] Firebird Net Provider very slow with blob fields

2017-02-14 Thread Jiří Činčura
I don't think it has anything to do with blobs. You have problem some place else. This looks like to network issue, maybe DNS (wild guess). -- Mgr. Jiří Činčura Independent IT Specialist On Tue, Feb 14, 2017, at 15:35, Federico Paoloni wrote: > We just start to insert document ins

Re: [Firebird-net-provider] Firebird Net Provider very slow with blob fields

2017-02-14 Thread Jiří Činčura
How does that relate to blobs? -- Mgr. Jiří Činčura Independent IT Specialist On Tue, Feb 14, 2017, at 15:13, Federico Paoloni wrote: > 8 second to establish connection > > Il 14/feb/2017 15:10, "Jiří Činčura" <j...@cincura.net> ha scritto: > > &

Re: [Firebird-net-provider] Firebird Net Provider very slow with blob fields

2017-02-14 Thread Jiří Činčura
What do you mean by slow? Some numbers or something to compare with… -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Feb 13, 2017, at 12:21, Federico Paoloni wrote: > Hi, > i have problem with performance of .net firebird net provider. > In our company , we have an

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Jiří Činčura
Also, if you'd read my blog, you'd have been done already: https://blog.cincura.net/233368-configuring-3rd-party-entity-framework-provider-firebird-from-code/ ;) -- Mgr. Jiří Činčura Independent IT Specialist -- Check

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Jiří Činčura
Win32 Delphi > application), I am trying to find out how to setup the entity Again. You're not saying how are you loading it. You can load DLL and execute some code from it even with config file. Depends how you're loading the CLR (and if, also). -- Mgr. Ji

Re: [Firebird-net-provider] Entity Framework 6

2017-02-09 Thread Jiří Činčura
the DbProviderFactory piece (https://github.com/cincuranet/EF6_Firebird/blob/master/CodeFirst/App.config#L12). With that, I would go the easiest way and pass directly FbConnection to DbContext's ctor. -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Feb 9, 2017, at 21:32, Daniel Rail wrote: >

Re: [Firebird-net-provider] FB 3 embedded Missing security context

2017-02-02 Thread Jiří Činčura
You need to create mapping (based on your first error): https://www.firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-security-mapping.html -- Mgr. Jiří Činčura Independent IT Specialist -- Check out

Re: [Firebird-net-provider] FB 3 embedded Missing security context

2017-02-01 Thread Jiří Činčura
Check the RN, the "Security" chapter. -- Mgr. Jiří Činčura Independent IT Specialist On Wed, Feb 1, 2017, at 15:58, Daniele Barzotti wrote: > Hi, > > I'm trying to create a \ connect to FB 3 embedded but I get a > DbException: > > {System.Data.Common

Re: [Firebird-net-provider] Entity Framework 5

2017-01-25 Thread Jiří Činčura
OK, looks like this is not a problem, so I created DNET-732 for it and it will eventually happen. -- Mgr. Jiří Činčura Independent IT Specialist On Tue, Jan 10, 2017, at 18:27, Jiří Činčura wrote: > > Too much effort? > > Correct. > > Currently MS's story is only EF6 and

[Firebird-net-provider] .NET 4 support

2017-01-15 Thread Jiří Činčura
to drop .NET 4 support and invest my resources to moving forward faster. 4.5.2+ would still be supported, of course. -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi

Re: [Firebird-net-provider] About GUIDs in Firebird

2017-01-10 Thread Jiří Činčura
meters isn't possible? I'm not aware of any. Except when you want to show the Guid for some logging/debugging purposes and you're looking for it in database. But still... -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Entity Framework 5

2017-01-10 Thread Jiří Činčura
rse there are always previous versions available. -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platfo

Re: [Firebird-net-provider] Entity Framework 5

2017-01-10 Thread Jiří Činčura
> Have you considered supporting two separate libraries? In two separate > branches/nuget and so on? Not really. -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Proc

[Firebird-net-provider] About GUIDs in Firebird

2017-01-10 Thread Jiří Činčura
Hi *, we have this ticket DNET-509 in tracker. Although I agree the change would be nice, it's also a breaking change as huge as it can get. What's your take on it? Or do you see clean way out? -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Fill Method of FbDataAdapter fails

2017-01-10 Thread Jiří Činčura
> I think I am running out of memory which leads to the connection being > terminated. > In such a case the Exception should be Out of Memory. > Possibly the Exception caught is incorrect. > Can this be confirmed please. Yes it can. -- Mgr. Jiří Činčura Independen

[Firebird-net-provider] Events

2017-01-10 Thread Jiří Činčura
ken and exception is thrown. * No extra threads are created or used. That's about it. Questions? -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon

[Firebird-net-provider] Entity Framework 5

2017-01-09 Thread Jiří Činčura
Hi *, anybody still using EF5 (or even EF4)? Or is everybody on EF6... Thinking about slimming the FirebirdSql.Data.FirebirdClient and removing the old EF support and keeping only EF6 (EntityFramework.Firebird). -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Firing event when event count is 0

2016-12-16 Thread Jiří Činčura
Server sends whole buffer with all registered events. Some are sometimes obviously 0 (or actually last count, because in server it's incremental), if not fired, but still in buffer. -- Mgr. Jiří Činčura Independent IT Specialist On Fri, Dec 16, 2016, at 15:48, Ivan Arabadzhiev wrote

[Firebird-net-provider] Firing event when event count is 0

2016-12-16 Thread Jiří Činčura
Hi *, As I'm now reworking some pieces in events (together with finalizers), I'm wondering whether it make sense to fire the event for events when the event count was 0. From outside POV it doesn't make much sense. What do you think? -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] New Authentication for Firebird 3

2016-12-08 Thread Jiří Činčura
Can you connect with telnet? Is the Firebird port opened on firewall? Basic network error triage… -- Mgr. Jiří Činčura Independent IT Specialist On Fri, Dec 9, 2016, at 05:15, LtColRDSChauhan wrote: > Hi, > > 1. I installed Firebird-3.0.1.32609_0_Win32 without opting t

Re: [Firebird-net-provider] FbStreamingBackup Fails Now

2016-12-07 Thread Jiří Činčura
Regular FbConnection works? Did you tried plain telnet? -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Dec 8, 2016, at 03:35, LtColRDSChauhan wrote: > Hi, > > 1. I had been backing up using FbStreamingBackup since quite some >time. > Recently it fai

Re: [Firebird-net-provider] .NET provider and embedded server

2016-11-14 Thread Jiří Činčura
Use `Client Library` parameter. -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Nov 14, 2016, at 19:20, Wolfgang Riedmann wrote: > Hello, > > I've tried to use the latest .NET provider for Firebird with Firebird > 3.01. Unfortunately on connecting to a database the driv

Re: [Firebird-net-provider] Subsequent error 'lock conflict on no wait transaction' using TransactionScope across DBs

2016-11-09 Thread Jiří Činčura
You have basically only one option. 2PC. But that's not something ADO.NET handles. -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi

Re: [Firebird-net-provider] Subsequent error 'lock conflict on no wait transaction' using TransactionScope across DBs

2016-11-05 Thread Jiří Činčura
. In Firebird you can't switch databases. You just need to open another connection (which is what the implementation does). So I suppose some transaction is still dangling there on 2nd run. -- Mgr. Jiří Činčura Independent IT Specialist

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

2016-11-02 Thread Jiří Činčura
More info: http://blog.cincura.net/233580-ado-net-provider-5-6-0-0-for-firebird-is-ready-with-net-core-support/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors

Re: [Firebird-net-provider] EntitiyFramework and Update

2016-10-26 Thread Jiří Činčura
There's really nothing EF related. You can try it with multiple console windows with multiple transactions together. It's fundamental way how transactions work. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Problems with NuGet packages.

2016-10-24 Thread Jiří Činčura
Install 3.0.2.1. -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Oct 24, 2016, at 16:58, Todd Manchester wrote: > > Hi, > > > First let me apologize if this is the wrong place to place this but I > could not determine how else to contact you and it it related.

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

2016-10-05 Thread Jiří Činčura
More info: http://blog.cincura.net/233576-ado-net-provider-5-5-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging

Re: [Firebird-net-provider] Best practice for Rollback with EF and Firebird

2016-09-21 Thread Jiří Činčura
> Your comment "...is only in database, not in context" indicates that > something needs to be done here: But what? You need to fix the problem in entity (or detach it, if you just want to throw it away). -- Mgr. Jiří Činčura Independe

Re: [Firebird-net-provider] Testing the compression?

2016-09-20 Thread Jiří Činčura
> Any suggestions? To see any difference you need a lot of data and slow connection. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing l

Re: [Firebird-net-provider] Testing the compression?

2016-09-20 Thread Jiří Činčura
out removing these two and using "the largest reasonable value". Almost nobody knows about these and even less people know what they are doing. And especially with PacketSize the bigger the better, maybe unless you're running on 40MB RAM. -- Mgr. Jiří Činčura Ind

Re: [Firebird-net-provider] Testing the compression?

2016-09-20 Thread Jiří Činčura
And Thanks for testing BTW. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https

[Firebird-net-provider] Testing the compression?

2016-09-19 Thread Jiří Činčura
to make an omelette. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https

[Firebird-net-provider] Compression support in FirebirdClient beta

2016-09-14 Thread Jiří Činčura
Hi, http://blog.cincura.net/233572-compression-support-in-firebirdclient-beta/ Give it a nice good test. The sooner we test it, the sooner it will be released. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Best practice for Rollback with EF and Firebird

2016-09-13 Thread Jiří Činčura
database, not in context. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.

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

2016-09-13 Thread Jiří Činčura
More info: http://blog.cincura.net/233571-ado-net-provider-5-1-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing

Re: [Firebird-net-provider] Finalizers

2016-09-06 Thread Jiří Činčura
up. I just have to review it and think carefully about all the different cases I saw in last few years. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-pr

Re: [Firebird-net-provider] Some guess or hint

2016-09-06 Thread Jiří Činčura
Too late. It's already solved. It was a race condition in Firebird itself. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird

Re: [Firebird-net-provider] Finalizers

2016-09-06 Thread Jiří Činčura
> What finalizers are you mention? All. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.

Re: [Firebird-net-provider] Finalizers

2016-08-29 Thread Jiří Činčura
> A forecast in time for this release Hopefully before end of the year. My current plan, among bug fixes, is roughly: compression > .NET Core > EF Core > finalizers. -- Mgr. Jiří Činčura Independent I

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

2016-08-29 Thread Jiří Činčura
More info: http://blog.cincura.net/233569-ado-net-provider-5-1-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing

[Firebird-net-provider] Finalizers

2016-08-28 Thread Jiří Činčura
some rare bugs, often NREs from finalizer thread. Of course it will be new major version. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing lis

[Firebird-net-provider] Some guess or hint

2016-08-27 Thread Jiří Činčura
to not skew the thinking). So maybe some smart people here will have some idea. So let's open discussion. Or if you can make it fail on you machine, that would help as well. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Trouble with ADO.Net Provider and connection pool

2016-08-22 Thread Jiří Činčura
> long as this i not fixed. Thus I would urge you to prioritize this if > possible. Yeah. It pretty much depends on my time. :\ -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] Trouble with ADO.Net Provider and connection pool

2016-08-22 Thread Jiří Činčura
> Any plans on when this issue will be fixed? No exact ETA. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provi

  1   2   3   4   >