[Firebird-net-provider] FbBatchExecution with parameters

2006-04-20 Thread Hakan Lindestaf
Hi, I used to execute multiple SELECT statements with parameters in a single Command with version 1.6.3 and everything worked fine. Then when I upgraded to 1.7 I noticed that this capability had been removed. I assume the correct way to execute multiple statements is to split it up and

[Firebird-net-provider] Setting sweep interval to 0 stop fb server

2006-04-20 Thread Paul Mercea
Hi I use fb . net provider rc3 , vs20005 and fb sever 2.0 rc1. I have try to set sweep interval on 0 but I get error: service localhost:service_mgr is not defined. More than that FBServer is stoped after this try. Using fb server 1.5.3 is working without errors. Regards Paul

[Firebird-net-provider] Bug with blob params

2006-04-20 Thread Kevin Donn
I'm pretty new to the whole .NET thing, so I've been fumbling around with the Firebird data provider and I think I've found a bug. Drop an FbDataAdapter on a WinForm and use the wizard to generate your SQL against a table that has a blob field. The wizard will create params for the blob

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-04-20 Thread Jiri Cincura
On 18.4.2006 22:52 Carlos Guzmán Álvarez wrote: Hello: Eureka! Carlos, I've found the problem. You have typo there: // // Initialize FbConnection. // ConnectionStringSettings ConnectionStringSettings = ConfigurationManager.ConnectionStrings[config[connectionectionStringName]];

Re: [Firebird-net-provider] Sql_Script in Delphi

2006-04-20 Thread Jiri Cincura
On 20.4.2006 23:17 Marcelo wrote: // It Does not accept command below. The compiler give the error // [Pascal Error] aigi9020.pas(134): E2129 Cannot assign to a read-only property // W_BatchExecution.SqlStatements := W_Script.Results; // // Then I have created loop to initialize