Re: [Firebird-net-provider] FB client API support

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > Excellent! > > Some documentation? > In the 1.7 documentation package. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su familia. Using Tomcat but need to do more? Nee

Re: [Firebird-net-provider] FB client API support

2006-07-04 Thread Sergio Samayoa
Excellent! Some documentation? Regards. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Carlos Guzmán Álvarez Enviado el: Martes, 04 de Julio de 2006 11:29 a.m. Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provide

Re: [Firebird-net-provider] FB client API support

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > Yep. > Under FirebirdSql.Data.Services namespace. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su familia. Using Tomcat but need to do more? Need to support web serv

Re: [Firebird-net-provider] FB client API support

2006-07-04 Thread Sergio Samayoa
> The services API ?? Yep. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&k

Re: [Firebird-net-provider] FB client API support

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > AFAIK, the provider is C# port of FB client and/or FB protocol > implementation. Of the protocol ( originally ported from Jaybird ) > But, is implemented other API such change password and so provided by client > library? > The services API ?? -- Carlos Guzmán Álvarez Vigo-Spain ht

[Firebird-net-provider] FB client API support

2006-07-04 Thread Sergio Samayoa
Carlos: AFAIK, the provider is C# port of FB client and/or FB protocol implementation. There is no need to deploy fbclient.dll (unless embedded is used). But, is implemented other API such change password and so provided by client library? Regards. Using Tomcat but need to do more? Need to su

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > Thanks Carlos. > > That's the behavior I need. > > Is possible disable the connection pool? > Using Pooling=false in the connection string -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Sergio Samayoa
> The provider maintains a connection pool per connection string. Thanks Carlos. That's the behavior I need. Is possible disable the connection pool? Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your jo

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Sergio Samayoa
> it depends how you use the connection. Thank you for this information. I'm not using commands directly, I'm using VS's generated table adapters. Regards. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make y

Re: [Firebird-net-provider] Using the 2.0 Provider on Mono

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > So, keeping it short, its better i just use Firebird 1.7 for now? If you are using mono only or mono/net ( At the same time ) yes. > Can i have bot 1.7 and 2.0 installed together? on windows i mean, > cause i ll use sharpdevelop for mono stuff... huummm if remember well it should be poss

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Le roy Arnaud
> Question: > > Is provider checking if the same connection string is used and not opening > new connection, uses the already opened one? > > > > Or provider closes connection after rows where fetched? > it depends how you use the connection. for exemple, if you use it in dbcommand and you call

Re: [Firebird-net-provider] Question about connection pool

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > > Is provider checking if the same connection string is used and not > opening new connection, uses the already opened one? > The provider maintains a connection pool per connection string. > -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no

[Firebird-net-provider] Question about connection pool

2006-07-04 Thread Sergio Samayoa
Hi.   I'm playing with FB provider and have a question about connection pool and this is the scenario:   I have a main form which launches instances of other form which has a data grid bound to dataset's table. The second form gets its connection from public method on first form which,

Re: [Firebird-net-provider] Append data to existing BLOB

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > Version of Firebird I am using :-Firebird 2.00 Release > Candidate 2. I am using ADO.NET as data provider with VB.NET and > embedded server db. When I try to copy large files into blobs I get a > out of memory exception. Of what size ?? can you send a test case ?? > -- Carl

Re: [Firebird-net-provider] Problem when imbricate two fbconnection

2006-07-04 Thread Carlos Guzmán Álvarez
Hello: > finally after a good night i think it's normal because pooling is > active > don't you think ? > hehe yes ;) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su familia.

Re: [Firebird-net-provider] Using the 2.0 Provider on Mono

2006-07-04 Thread Fabio Gomes
So, keeping it short, its better i just use Firebird 1.7 for now? Can i have bot 1.7 and 2.0 installed together? on windows i mean, cause i ll use sharpdevelop for mono stuff...On 7/3/06, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: Hello:> I've read that 1.1.13.8 considered as stable version

[Firebird-net-provider] Append data to existing BLOB

2006-07-04 Thread Meghna
 Hello,        Version of Firebird I am using :-Firebird 2.00 Release Candidate 2. I am using ADO.NET as data provider with VB.NET and embedded server db. When I try to copy large files into blobs I get a out of memory exception.   I have tried following approaches:-1) Inserting BLOB data usi