[Firebird-net-provider] Question about IFbClient purpose

2015-10-14 Thread Геннадий Забула
Jiri, could you clarify what is a purpose of separate IFbClient interface and about using native calls through instance instead of organizing P/Invokes as static NativeMethods class? --

Re: [Firebird-net-provider] Question about IFbClient purpose

2015-10-14 Thread Jiří Činčura
On Wed, Oct 14, 2015, at 19:12, Геннадий Забула wrote: > Jiri, could you clarify what is a purpose of separate IFbClient > interface and about using native calls through instance instead of > organizing P/Invokes as static NativeMethods class? It's used because for P/Invoke calls to fbembed are

Re: [Firebird-net-provider] Question about IFbClient purpose

2015-10-14 Thread Геннадий Забула
forge.net" <firebird-net-provider@lists.sourceforge.net> Subject: Re: [Firebird-net-provider] Question about IFbClient purpose On Wed, Oct 14, 2015, at 19:12, Геннадий Забула wrote: > Jiri, could you clarify what is a purpose of separate IFbClient > interface and about using

Re: [Firebird-net-provider] Question about IFbClient purpose

2015-10-14 Thread Jiří Činčura
inal Message- > From: "Jiří Činčura" <j...@cincura.net> > Sent: ‎10/‎14/‎2015 8:18 PM > To: "firebird-net-provider@lists.sourceforge.net" > <firebird-net-provider@lists.sourceforge.net> > Subject: Re: [Firebird-net-provider] Question about IFbClient p

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Геннадий Забула
> Well, when you clear your pool and other threads are running queries you're the one responsible. :) Of course. But exception could provide additional information about what is going on and where do I need to look. On 6 October 2015 at 19:46, Jiří Činčura wrote: > On Tue, Oct

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 20:12, Геннадий Забула wrote: > Of course. But exception could provide additional information about > what is going on and where do I need to look. Maybe put that into tracker and others can vote. We'll see. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 15:46, Геннадий Забула wrote: > I have a question about method implementation. > CleanConnectionsImpl > It cleans connections in pool. > But why _busy dictionary connections are disposed as well? > Isn't it a trouble maker for inappropriate ClearPools method users? > > We

Re: [Firebird-net-provider] Question about the Firebird .Net Client forEF6.

2014-03-26 Thread Joël Gijbels
of the new driver. Kind regards, Joël Gijbels. Van: Joël Gijbels Verzonden: woensdag 19 maart 2014 9:29 Aan: 'mcas...@mcsoft.com.br'; firebird-net-provider@lists.sourceforge.net Onderwerp: RE: [Firebird-net-provider] Question about the Firebird .Net Client forEF6. HI Marco, Thanks for your

Re: [Firebird-net-provider] Question about the Firebird .Net Client forEF6.

2014-03-19 Thread Joël Gijbels
Castro - McSoft [mailto:mcas...@mcsoft.com.br] Verzonden: dinsdag 18 maart 2014 19:19 Aan: Joël Gijbels; firebird-net-provider@lists.sourceforge.net Onderwerp: RE: [Firebird-net-provider] Question about the Firebird .Net Client forEF6. Hello Joel, Did you configured your App.config file

Re: [Firebird-net-provider] Question on FbBatchExecution

2013-04-05 Thread Jiri Cincura
On Fri, Apr 5, 2013 at 7:50 AM, Brian Liedtke lied...@frii.com wrote: I assume you refer to the JIRA issue tracking software? Yes. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Question on FbBatchExecution

2013-04-05 Thread Jiri Cincura
On Fri, Apr 5, 2013 at 7:43 AM, Brian Liedtke lied...@frii.com wrote: Is anyone working on this? If not, I may take a stab at it if I can find the time. I'm not aware of anybody. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

[Firebird-net-provider] Question on FbBatchExecution

2013-04-04 Thread Brian Liedtke
I execute a script. Everything runs fine, but my database connection is closed upon return from the Execute method. Any reason for this? Brian Liedtke -- Minimize network downtime and maximize team effectiveness. Reduce

Re: [Firebird-net-provider] Question on FbBatchExecution

2013-04-04 Thread Jiri Cincura
On Fri, Apr 5, 2013 at 3:07 AM, Brian Liedtke lied...@frii.com wrote: Any reason for this? Because it's implemented like this. :) It's probably bug. It should close the connection only if it opened it. Create a tracker item for this. I'll fix it into next release. -- Jiri {x2} Cincura

Re: [Firebird-net-provider] Question on FbBatchExecution

2013-04-04 Thread Brian Liedtke
To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Question on FbBatchExecution On Fri, Apr 5, 2013 at 3:07 AM, Brian Liedtke lied...@frii.com wrote: Any reason for this? Because it's implemented like this. :) It's probably bug. It should close

[Firebird-net-provider] question about 3.5 support

2011-05-27 Thread korkless
hi, i have downloaded code from https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk , the problem is that the project is  for 4.0 compiler only so i want know if there's same other repository with code for 3.5 compiler. (please don't tell me that only 4.0 is supported :( )

Re: [Firebird-net-provider] question about 3.5 support

2011-05-27 Thread Jiri Cincura
On Fri, May 27, 2011 at 14:41, korkless korkl...@yahoo.it wrote: hi, i have downloaded code from https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk , the problem is that the project is  for 4.0 compiler only so i want know if there's same other repository with code for 3.5

Re: [Firebird-net-provider] question about 3.5 support

2011-05-27 Thread korkless
thanks for the fast reply, i tried to target 3.5 with NET_35; (ENTITY_FRAMEWORK;) (TRACE;) but it doesn't compile. for example FirebirdSql.Data.Services.FbTrace has a default parameter in the method void DoSimpleAction(int action, int? sessionID = null) that is supported only by 4.0

Re: [Firebird-net-provider] question about 3.5 support

2011-05-27 Thread Jiri Cincura
On Fri, May 27, 2011 at 15:33, korkless korkl...@yahoo.it wrote: i'm trying to compile the last code from the trunk. And that's the problem. Use stable tags. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-18 Thread Madhu Sasidhar, MD
Dean Use this http://www.firebirdsql.org/dotnetfirebird/blog/2005/02/transaction-isolation-levels-in.htmlas a reference. ] Madhu - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's

Re: [Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-17 Thread MartinT
Helen Borrie wrote: Exactly so. Writers block readers under these conditions. Helen Thanks for your reply. You have always been so helpful in the past, and I am very grateful for that. It is good that I have identified the reason why our software is locking. Scheduled 'behind the

Re: [Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-17 Thread Helen Borrie
At 10:40 AM 18/04/2008, MartinT wrote: Helen Borrie wrote: Exactly so. Writers block readers under these conditions. Helen Thanks for your reply. You have always been so helpful in the past, and I am very grateful for that. It is good that I have identified the reason why our software

[Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-16 Thread MartinT
Hello there I am using IBReplicator (a Firebird replication application) and I have been experiencing some problems with our software locking whilst replication is happening (on a separate scheduled process). I contacted the IBReplicator developer to ask whether their software locks any

Re: [Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-16 Thread Jiri Cincura
On 4/16/08, MartinT [EMAIL PROTECTED] wrote: I contacted the IBReplicator developer to ask whether their software locks any tables. Here is the reply I got: ...I think that you should consult with .net provider's author whether transaction with his default params can conflict with

Re: [Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-16 Thread MartinT
Jiri Cincura wrote: When you didn't specified any isolation level, then default is ReadCommitted from .NET's POV. To the database (in TransactionParameterBuffer) is sent - Write + Wait + ReadCommitted + NoRecVersion (I hope you can decode what it means in server's language, for more info

Re: [Firebird-net-provider] Question for .NET Provider Author re transaction conflict

2008-04-16 Thread Helen Borrie
Jiri Cincura wrote: When you didn't specified any isolation level, then default is ReadCommitted from .NET's POV. To the database (in TransactionParameterBuffer) is sent - Write + Wait + ReadCommitted + NoRecVersion (I hope you can decode what it means in server's language, for more info

Re: [Firebird-net-provider] Question obout transaction

2008-02-06 Thread Jiri Cincura
You have to specify FbTransactionOptions.NoWait when starting transaction. The default TIL/behavior has not NoWait specified. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

[Firebird-net-provider] Question obout transaction

2008-02-06 Thread Félix González
Hi I´ve a problem with transaction my code it´s something like: FbTransaction myTrans = Con.BeginTransaction(); try { FbCommand cm = new FbCommand(“Recibe”,Con); Cm.Transaction = myTrans; cm.CommandType = StoredPRocedure; cm.ExecuteNonQuery(); myTrans.Commit(); } catch

Re: [Firebird-net-provider] Question obout transaction

2008-02-06 Thread Félix González
Thanks -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Jiri Cincura Enviado el: miércoles, 06 de febrero de 2008 16:45 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] Question obout transaction You have

[Firebird-net-provider] question

2007-12-24 Thread nasim
hi; i download firebirdSqlclient (.net provider) and after 3 week i successful to access to database but connection to database wisard (in tools) don't work, and don't open the tree structure of table,why? so i can't access to another database with this and i diden't see data of table in VS. i

Re: [Firebird-net-provider] question

2007-12-24 Thread Carlos Guzmán Álvarez
Hello: hi; i download firebirdSqlclient (.net provider) and after 3 week i successful to access to database but connection to database wisard (in tools) don't work, and don't open the tree structure of table,why? Could you please, explain in detail what you are trying to do ?? -- Carlos

[Firebird-net-provider] question

2007-12-15 Thread nasim Hemmati
hi; i have some question aboute firebird(installation and connection) i have just a datababe(DB.fdb file) and .dll file of database. can i connect to it without install firebird or not? and what OS regired ? i search a provider to connect to firebird with c#.what is differnt between

Re: [Firebird-net-provider] question

2007-12-15 Thread Jiri Cincura
On 12/15/07, nasim Hemmati [EMAIL PROTECTED] wrote: i have just a datababe(DB.fdb file) and .dll file of database. You mean DLL of Firebird, right? can i connect to it without install firebird or not? You can use Firebird Embedded; FirebirdClient supports it. and what OS regired ?

Re: [Firebird-net-provider] question

2007-12-15 Thread nasim Hemmati
Hi; I have some question again about installation DDEX provider and thanks for help; I found this guide for installation but have some problem about it; * DDEX and Firebird .NET Data Provider * Well, in this article I'm going do describe step-by-step how-to add *Firebird .NET

Re: [Firebird-net-provider] question

2007-12-15 Thread Jiri Cincura
Look at http://firebird.svn.sourceforge.net/viewvc/firebird/NETProvider/trunk/DataDesignerExtensibility/ReadMe.txt?view=markup It's step by step. Try to perform these steps and if something goes wrong, ask. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ |

Re: [Firebird-net-provider] Question about field creation and update on a transaction

2007-08-19 Thread Helen Borrie
At 05:21 AM 18/08/2007, you wrote: Hi all, I'm trying to do the following: a- Start a transaction b- Alter a table adding a new field c- Set a new value to the new field for all the registers in the table d- Commit c) fails because it can't see the newly added field. I have to commit between b)

[Firebird-net-provider] Question about connection pool

2006-07-04 Thread Sergio Samayoa
Hi. I'm playing with FB provider and have a question about connection pool and this is the scenario: I have a main form which launches instances of other form which has a data grid bound to dataset's table. The second form gets its connection from public method on first form which,

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: Is provider checking if the same connection string is used and not opening new connection, uses the already opened one? The provider maintains a connection pool per connection string. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Le roy Arnaud
Question: Is provider checking if the same connection string is used and not opening new connection, uses the already opened one? Or provider closes connection after rows where fetched? it depends how you use the connection. for exemple, if you use it in dbcommand and you call

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Sergio Samayoa
it depends how you use the connection. Thank you for this information. I'm not using commands directly, I'm using VS's generated table adapters. Regards. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Sergio Samayoa
The provider maintains a connection pool per connection string. Thanks Carlos. That's the behavior I need. Is possible disable the connection pool? Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: Thanks Carlos. That's the behavior I need. Is possible disable the connection pool? Using Pooling=false in the connection string -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya