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 W_BatchExecuti

[Firebird-net-provider] ParameterName bug in FirebirdClient

2006-04-20 Thread Jiri Cincura
Hi, I've found bug in ParameterName of FirebirdClient. When you use it in ASP.NET with GridView & SqlDataSource it generates bad parammeter name. TestCase: 1. add to the blank site SqlDataSource, configure it and GridView (and allow i.e. deleting button) 2. connect SqlDataSource with GridVi

[Firebird-net-provider] Sql_Script in Delphi

2006-04-20 Thread Marcelo
I Tried translate a example by Carlos Guzman ( in VB.net I think ) for to create a function to execute a SQL script using .net provider Firebird in Delphi 2006.   But always the except in W_BatchExecution.Execute() is raise.   Someone have ideia what is happening. Where is my mistake    Th

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"]];

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

Re: [Firebird-net-provider] DDEX

2006-04-20 Thread Robert Simpson
- Original Message - From: "Graham Hardwick" <[EMAIL PROTECTED]> To: Sent: Thursday, April 20, 2006 6:57 AM Subject: [Firebird-net-provider] DDEX Has anyone looked at how SQLite's ADO.NET 2.0 provider integrates with Visual Studio 2005 ? It only requires running the install.exe file a

[Firebird-net-provider] DDEX

2006-04-20 Thread Graham Hardwick
Has anyone looked at how SQLite's ADO.NET 2.0 provider integrates with Visual Studio 2005 ? It only requires running the install.exe file and SQLite is available in VS2005. Firebird's provider's integration into VS2005 is clumsy, and it's not available like SQLite's is. Since SQLite is open so

[Firebird-net-provider] 'Token is Empty!' exception when parsing a script.

2006-04-20 Thread Mr Tony Moore
After a couple of weeks of faultless operation, I've suddenly started getting the exception "Token is Empty!" when I try to parse any script using Isql.FbScript. I'm in VB.Net and it occurs everytime. Dim script As Isql.FbScript = New Isql.FbScript(pathScript) script.Parse() I believe the p

[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

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