[Firebird-net-provider] TransactionScope suppress seems not to work

2010-09-15 Thread Gareth
Gareth -- View this message in context: http://firebird.1100200.n4.nabble.com/TransactionScope-suppress-seems-not-to-work-tp2540252p2540252.html Sent from the firebird-net-provider mailing list archive at Nabble.com

Re: [Firebird-net-provider] problem with parameters

2010-08-27 Thread Gareth
-- Gareth -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase

[Firebird-net-provider] Exception thrown when using transactions and FbBatchExecution

2010-08-24 Thread Gareth
; } } } The exception that is thrown contains the message A transaction is currently active. Parallel transactions are not supported., so the question is how can I register a transaction to use with the FbBatchExecution class? Thanks Gareth -- View this message in context: http://firebird.1100200.n4

Re: [Firebird-net-provider] Exception thrown when using transactions and FbBatchExecution

2010-08-24 Thread Gareth
Hi thanks for the quick response! Im at a bit of a loss as to the purpose of the boolean argument for execute now. Ive experimeted quickly (after your response) and it seems that if I leave Execute() empty, or provide it with either a true or false argument it makes no difference to the

Re: [Firebird-net-provider] Exception thrown when using transactions and FbBatchExecution

2010-08-24 Thread Gareth
You can put there commit statement. Sorry I don't know what you mean, could you show a quick example or maybe a link to some up todate documentatin for the provider. The only stuff i could find is years out of date. Thanks -- View this message in context:

Re: [Firebird-net-provider] Exception thrown when using transactions and FbBatchExecution

2010-08-24 Thread Gareth
Ok great, I'll take a look when I get the chance - thanks your help Gareth -- View this message in context: http://firebird.1100200.n4.nabble.com/Exception-thrown-when-using-transactions-and-FbBatchExecution-tp2336286p2336827.html Sent from the firebird-net-provider mailing list archive

Re: [Firebird-net-provider] connection pooling in a multithreadingenvironment

2010-03-20 Thread Gareth
why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider -- Gareth

Re: [Firebird-net-provider] When using the client under IIS the application name is not available due to security restrictions.

2009-04-27 Thread Gareth
, 2009 at 22:01, Gareth gareth.gosl...@gmail.com wrote: I don't think that connection pooling will affect the path. If one site has 10 open connections they will all show the same path and site name, this is the same as a single application which has 10 connections to the same database, the path

Re: [Firebird-net-provider] When using the client under IIS the application name is not available due to security restrictions.

2009-04-15 Thread Gareth
, with the old method (MainModule.FileName) when running under IIS you would get the IIS process for all connections over all sites). On Wed, Apr 8, 2009 at 7:21 PM, Gareth gareth.gosl...@gmail.com wrote: I will try to test this on 2003 server under IIS next week, 15/04/2009. On Sun, Mar 22, 2009

Re: [Firebird-net-provider] FbCommand sql parser

2009-04-08 Thread Gareth
(); } On Sat, Mar 21, 2009 at 1:13 PM, Jiri Cincura disk...@cincura.net wrote: On Tue, Mar 3, 2009 at 23:43, Gareth gareth.gosl...@gmail.com wrote: This method runs faster than the current one, it does not strip anything except @PARAMETER text to ? and there are not alot of booleans. If you think

Re: [Firebird-net-provider] When using the client under IIS the application name is not available due to security restrictions.

2009-04-08 Thread Gareth
-adobe-com ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider -- Gareth

Re: [Firebird-net-provider] When using the client under IIS the application name is not available due to security restrictions.

2009-03-03 Thread Gareth
mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider -- Gareth -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC

[Firebird-net-provider] When using the client under IIS the application name is not available due to security restrictions.

2009-02-28 Thread Gareth
) { try { return AppDomain.CurrentDomain.FriendlyName; } catch { } } #endif return String.Empty; } -- Gareth

[Firebird-net-provider] [FB-Tracker] Created: (DNET-217) FbDataReader fails when reading more than 110 fields

2009-02-27 Thread Gareth Goslett (JIRA)
: ADO.NET Provider Affects Versions: 2.5.0 Beta 1 Environment: Vista home, Firebird server 2.1.1.17910 Reporter: Gareth Goslett Assignee: Jiri Cincura Priority: Minor When executing this unit test which creates a table with 500 fields an exception

[Firebird-net-provider] Limit on number of fields returned in the FbDataReader?

2009-02-25 Thread Gareth
\FirebirdDataLayer.Test.cs:line 827 -- Gareth -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation

[Firebird-net-provider] FbCommand sql parser

2009-02-25 Thread Gareth
I have created a new sql parser method for the FbCommand. It removes single line comments -- and block comments /* */. It replaces tabs, newlines, carriage returns and multiple spaces with a single space. It also extracts the parameter names. Has anyone got any comments ? -- Gareth

[Firebird-net-provider] [FB-Tracker] Created: (DNET-213) When using the client under IIS the application name is not available due to security restrictions.

2009-02-19 Thread Gareth Goslett (JIRA)
-213 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 2.5.0 Beta 1 Environment: Windows vista SP1. IIS. Reporter: Gareth Goslett Assignee: Jiri Cincura In the method: private