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!

[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

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.tabsoverspace

[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 communi

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

2017-08-29 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 on

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

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

[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

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/ -- Chec

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

2017-08-10 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 o

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
ption 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 te

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

2017-08-01 Thread Jiří Činčura
the other side with 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, Slas

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
A nice 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 FbTrac

[Firebird-net-provider] FbTrace for Firebird 3

2017-07-17 Thread Jiří Činčura
27;t like the idea of another 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? --

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

2017-07-12 Thread Jiří Činčura
nce created, 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

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

2017-07-12 Thread Jiří Činčura
own. What 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 enga

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'

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

2017-07-12 Thread Jiří Činčura
password does. The key can be binary data and that's difficult to pass in string. And the key might be stored on some HSM. Not that it would rule out connection string completely, it just makes fit less, IMO. -- Mgr. Jiří Činčura https://www.tabs

[Firebird-net-provider] Connecting to encrypted databases

2017-07-11 Thread Jiří Činčura
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/ -- Che

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

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

2017-05-07 Thread Jiří Činčura
lways 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.lin

[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

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. J

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 produc

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

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

2017-04-25 Thread Jiří Činčura
https://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.tabsover

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

2017-04-24 Thread Jiří Činčura
on't 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

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

2017-04-22 Thread Jiří Činčura
the CF 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

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 mos

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-04 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

[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 the

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

2017-03-23 Thread Jiří Činčura
correct 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ří Či

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

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

2017-03-18 Thread Jiří Činčura
this info 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ř

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

2017-03-16 Thread Jiří Činčura
If you are not using the server, then location of your embedded Firebird library. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Thu, Mar 16, 2017, at 16:04, Clyde Eisenbeis wrote: > t) I've tried FbConnection.CreateDatabase ... using info from > StackOverflow: &

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

2017-03-15 Thread Jiří Činčura
eConnection.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&#

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

2017-03-08 Thread Jiří Činčura
tracker, just let 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!

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 existing

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

2017-03-01 Thread Jiří Činčura
the extra 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'

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 n

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

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/sla

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
you to fix your 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 wo

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.fi

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 documen

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" ha scritto: > > > What do you mean by slo

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 --

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

2017-02-10 Thread Jiří Činčura
t a .Net application(it's a native 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&#x

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

2017-02-09 Thread Jiří Činčura
u're probably missing 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

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.C

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 EF

[Firebird-net-provider] .NET 4 support

2017-01-15 Thread Jiří Činčura
asier 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 Xeo

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

2017-01-10 Thread Jiří Činčura
parameters 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
it). And of course 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 develop

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

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

Re: [Firebird-net-provider] Events

2017-01-10 Thread Jiří Činčura
ething different? Yes. -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel S

[Firebird-net-provider] Events

2017-01-10 Thread Jiří Činčura
events channel is broken 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 Pr

[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] Fill Method of FbDataAdapter fails

2017-01-08 Thread Jiří Činčura
What's the inner exception? -- 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.lin

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

[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 Independen

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

2016-12-12 Thread Jiří Činčura
More info: http://blog.cincura.net/233588-ado-net-provider-5-7-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon

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 Xeo

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

2016-11-05 Thread Jiří Činčura
for MS SQL. 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 Independen

[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] EntitiyFramework and Update

2016-10-25 Thread Jiří Činčura
. Try any other real DB and you'll get the same problem. -- Mgr. Jiří Činčura Independent IT Specialist -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise?

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 eng

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
ng about 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ří Č

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
u need to break an egg to make an omelette. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@li

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

2016-09-13 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
tabase, not in context. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourcef

[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 Fir

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.

  1   2   3   4   >