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
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
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
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"]];
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
- 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
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
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
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
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
10 matches
Mail list logo