Re: [Firebird-net-provider] please remove me from this list

2007-04-16 Thread Helen Borrie
At 02:09 PM 17/04/2007, you wrote: >List-Unsubscribe: >, > > Do this yourself by clicking the link in the header of the message and sending off the generated email. Helen ---

[Firebird-net-provider] please remove me from this list

2007-04-16 Thread Stephen Wills
-- The existance of flamethrowers says that someone, somewhere, at sometime said "I need to set that thing on fire, but it's too far away." - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE vers

[Firebird-net-provider] How to get exception message without Exception Name and line code

2007-04-16 Thread Pham Huu Le Quoc Phuc
Hi all! I want to get Exception Message without Exception Name and line Ex: "CUSTOMER_DUPLI_CODE\r\nDuplicate code\r\nAt procedure 'CUSTOMER_IU' line: 50, col: 9" --> I want: "Duplicate Code" - This SF.net email is sponsor

Re: [Firebird-net-provider] Big performance gain on Charset.cs

2007-04-16 Thread Dean Harding
> AFAIK you don't create more objects. Is exactly the same, the difference > is that instead of making thousands of calls to GetEncoding , and going > several times through the switch statement, you just do it once... We > didn't detect a hit on memory consumption (I will double check), but > pefor

Re: [Firebird-net-provider] Big performance gain on Charset.cs

2007-04-16 Thread pablosantosluac
Carlos, AFAIK you don't create more objects. Is exactly the same, the difference is that instead of making thousands of calls to GetEncoding , and going several times through the switch statement, you just do it once... We didn't detect a hit on memory consumption (I will double check), but pef

Re: [Firebird-net-provider] Big performance gain on Charset.cs

2007-04-16 Thread Carlos Guzmán Álvarez
Hello: > Afaik, the behaviour is still right, but performance is about 20% better. The only problem with that will be with the amount of memory used by the charsets if we do that in tha way. As it's now there will be Encoding instances on ly in the charsets that are being used, while if we do

[Firebird-net-provider] Big performance gain on Charset.cs

2007-04-16 Thread pablosantosluac
Hi all, We are heavily relying on Firebird for our version control product, Plastic SCM, and we have just found a big performance boost making a small change on Charset.cs. On our tests we have reduced overall time around 20% just changing the following on Charset.cs, so we thought you might b

Re: [Firebird-net-provider] Error invalid transaction handle - demo

2007-04-16 Thread Carlos Guzmán Álvarez
Hello: > I've just repeated tests with demo program using latest 2.1.0 sources > on .Net 2.0.50727. Errors occured as before. I was able to see the error this weekend, hope i will find the problem along this week ( As it looks like it doesn't happen always it looks like it's not going to be easy

Re: [Firebird-net-provider] ExecuteNonQuery with sproc doesn't

2007-04-16 Thread Carlos Guzmán Álvarez
Hello: > Like I said in my original post, using CommandType.StoredProcedure > returns -1. Executing a stored procedure using the same syntax via > FlameRobin also displays "0 row(s) affected." Is it a problem with the > database, not the provider? From the .NET Docs: "For UPDATE, INSERT, a