Hello:
>
> When I do the query with SQL Manager 2005 Lite for Interbase and
> Firebird, it go well. But when I execute the query from this C# code,
> the dataset never is filled, and the program execution is locked, in
> other words, the method adapter.Fill(ds) never terminates
>
Can you send a
Hello:
> Regarding a datatable solution, can you send me a piece of your working
> source code?
>
Have in mind that on a select statement that returns many rows it can be
slow anyway ( the only
way to speed up the embedded server support will be to implement the GDS
using C++ instead
of PInvo
Hello:
>
> adapter.Fill(ds); //Here the program is locked and the method never
> returns, no exception is throwed
>
What is the value of ds.Tables.Count here ??
--
Carlos Guzmán Álvarez
Vigo-Spain
-
Using Tomcat but need t
Hello:
> I think Cincura's suggestion is better for me - adding the path to web.config.
> Only i do not know how to do that yet.
You can try to load it manually using LoadLibrary.
>
>
--
Carlos Guzmán Álvarez
Vigo-Spain
-
U
Hello:
> I filed this as a bug as well.
I have answered in the tracker.
>
--
Carlos Guzmán Álvarez
Vigo-Spain
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integ
Hello:
>
> Well, it's a rather long piece of code and you must have the database
> as the problem occurs on just some of my customers databases, not all ...
>
>
>
> Anyway Carlos, compressed it with 7-Zip, and instead of 35 Mb, the
> size was 19 Mb, but couldn't send it to you. The message was
I
filed this as a bug as well.
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of
McKenzie, BenSent: Monday, September 11, 2006 10:04
AMTo:
firebird-net-provider@lists.sourceforge.netSubject:
[Firebird-net-provider] firebird 2.0 and AD
Sorry for the delay but i was on my holidays.I'm using iBatis so if u want I can send you part of their code responsiblefor storprocs but as I wrote it's working fine with the FB ODBC drivers.Looks like the problem is really inside
fbcommand.cs.Cheers,Jakub.On 25/08/06, Carlos Guzmán Álvarez <[EMA
Hello all...I hope
that I am sending this to the correct list.
When trying to
connect to firebird 2.0 RC4 Embedded mode and the .NET provider 1.7, I get
the following exception:
StackTrace " at
FirebirdSql.Data.Common.IscHelper.VaxInteger(Byte[] buffer, Int32 index, Int32
length)\r\n
Hi, I send the next message the last week:
---I am executing the following query: SELECT * FROM HISTPRECONTA WHERE (FECHALTA IS NULL OR FECHALTA='') OR FECHALTA IN('20060907') AND NUMEMP=2AND CODEMPRESA=1 When I do
Hi,
I have used transaction from the first version of my method:
trans = conn.BeginTransaction();
FbCommand cmd = new FbCommand(query, conn, trans);
reader = cmd.ExecuteReader();
// ...
trans.Commit();
this is as slow as I mentioned
Marvin,
Regarding a datatable solution, can you send me a pie
From: "xu yuan" <[EMAIL PROTECTED]>
>
> you can drop the Firebird .Net Driver from GAC,and put them to web's bin
> folder,include fbembed.dll and other necessary files.
I did this before and have tried it severally with the same error result. I
have this from dotnetfirebird.org:
---
The fbembed.d
12 matches
Mail list logo