Re: [Firebird-net-provider] (no subject)

2006-09-11 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] Embedded server is much slower than classic/superserver

2006-09-11 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] (no subject)

2006-09-11 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] Embedded in Web Application

2006-09-11 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] firebird 2.0 and ADO.NET Provider

2006-09-11 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] Exception when running a query

2006-09-11 Thread Carlos Guzmán Álvarez
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

Re: [Firebird-net-provider] firebird 2.0 and ADO.NET Provider

2006-09-11 Thread McKenzie, Ben
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

Re: [Firebird-net-provider] Stored procedure - issue

2006-09-11 Thread Jakub Scheibe
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

[Firebird-net-provider] firebird 2.0 and ADO.NET Provider

2006-09-11 Thread McKenzie, Ben
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

Re: [Firebird-net-provider] (no subject)

2006-09-11 Thread Juanma fernandez
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

Re: [Firebird-net-provider] Embedded server is much slower than classic/superserver

2006-09-11 Thread Jaroslaw Zycinski
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

Re: [Firebird-net-provider] Embedded in Web Application

2006-09-11 Thread db . subscriptions
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