[Firebird-net-provider] Viejo Modelo de Acceso a Datos VS Nuevo Modelo de Firebird.NET en VS2005

2006-05-10 Thread José Rodríguez
Hola!Estamos estudiando la posibilidad de usar Visual Studio 2005 y Firebird.Net para desarrollar una aplicacion web.Sin embargo tengo muchas dudas respecto al nuevo modelo que implementa VS2005 (SQLDataSource, TableAdapter, etc.)para el manejo de datos.Una de mis necesidades es, poder

Re: [Firebird-net-provider] Viejo Modelo de Acceso a Datos VS Nuevo Modelo de Firebird.NET en VS2005

2006-05-10 Thread Carlos Guzmán Álvarez
Hola: Estamos estudiando la posibilidad de usar Visual Studio 2005 y Firebird.Net para desarrollar una aplicacion web. Fenomenal !! Una de mis necesidades es, poder trabajar con transacciones explicitas (BEGIN_TRANSACTION, COMMIT, ROLLBACK) en los procesos que desarrollaré para consultar y

Re: [Firebird-net-provider] Charset

2006-05-10 Thread Carlos Guzmán Álvarez
Hello: 1) with FbParameter it works 2) it works also with simple SQL-Query if table has an index on the field in where clause in other cases it doesn't seem to work for me Huummm i will see if i can do a test using Fb 1.5 -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/

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

2006-05-10 Thread Paul Mercea
Hi Sorry for to late response.. I have try with CVS sources and I don't gat error message or stop the server, but...sweep interval is not changed. I use this: FbConfiguration cfgSvc = new FbConfiguration(); cfgSvc.ConnectionString = cs.ToString();

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

2006-05-10 Thread Carlos Guzmán Álvarez
Hello: Sorry for to late response.. I have try with CVS sources and I don't gat error message or stop the server, but...sweep interval is not changed. I use this: FbConfiguration cfgSvc = new FbConfiguration(); cfgSvc.ConnectionString = cs.ToString();

Re: [Firebird-net-provider] Using Visual Studio 2005

2006-05-10 Thread jcq
You are right, Looking into the VS2005 directory and seing a sub-directory named SDK is not enough. It might be interesting for ignorant people like me to mention that the VS SDK MUST BE dowloaded from Microsoft VSIP site. That SDK is NOT part of the VS2005 installation disk in any way. After

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

2006-05-10 Thread Paul Mercea
Hello I have tested against FB1.5.3 and sweep interval it's are set wright. I rebuild the app and . I have tested again on FB 2.0 and i get same error (Unable to complete network request to host localhost) and Firebird service. FB 2.0 is on 3060 port, could be this a problem??? Paul

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

2006-05-10 Thread Paul Mercea
Hello I use IBExpert to check if sweep interval it's set ok.From IBExpert I changed sweep interval succesfuly. Paul M |Hello: | I have tested against FB1.5.3 and sweep interval it's are set wright. | I rebuild the app and . | I have tested again on FB 2.0 and i get same error (Unable to

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

2006-05-10 Thread Carlos Guzmán Álvarez
Hi: I use IBExpert to check if sweep interval it's set ok.From IBExpert I changed sweep interval succesfuly. I have done a test agains Firebird 2.0 RC 1 and looks as working ( check the sweep interval value using statistics service from IBExpert ) My test case, tell to me if it's correct

[Firebird-net-provider] Re: Error writing data to the connection.

2006-05-10 Thread Romulo
Lo único que me dice el log es:INET/inet_error read errno = 110yINET/inet_error read errno = 104Estos mensajes aparecen en el firebird.log dos o tres veces cada día. Qué puede ser?. Desde ya muchas gracias. On 5/10/06, Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote: Hola:Es mejor si enviais los

Re: [Firebird-net-provider] ParameterName bug in FirebirdClient

2006-05-10 Thread Jiri Cincura
Is somebody dealing with this? Can somebody confirm this? It's doing in my all ASP.NET apps. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-05-10 Thread Jiri Cincura
On 20.4.2006 23:14 Jiri Cincura wrote: I've also fixed some of this to make FbMembershipProvider working. Well, I just now need your cooperation to merge this changes to your sources and then to CVS. After you read this, write me mail to do this (if you're interested). I've sent the new

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

2006-05-10 Thread Carlos Guzmán Álvarez
I use IBExpert to check if sweep interval it's set ok.From IBExpert I changed sweep interval succesfuly. I have done a test against Firebird 2.0 RC 1 ( in localhost ) and looks as working for me ( reviewed the Sweep Interval value using the Statis Servbice from IBExpert ): Here is my test