[Firebird-net-provider] Number of concurrent connections with FireBird

2006-07-12 Thread Nazri M
Thank you Allan for your kind reply. I was testing out the FireBird Dot Net Provider when suddenly this "Number of concurrent connections with FireBird" problem came to my mind.   I will try it out.       Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta. --

Re: [Firebird-net-provider] A few questions from a newbie to .NET.

2006-07-12 Thread Luis Madaleno | magnisoft®
Hi Carlos, Thanks for your help. I installed VS2005 SDK and now it works fine. :) Thats what I was missing... Its amazing. Having live data inside VS2005 IDE. I thought I would only have this using SQLServer. Thanks for your help and work on the FB provider. Luis Carlos Guzmán Álvarez wrote:

Re: [Firebird-net-provider] re Backup/Restore

2006-07-12 Thread Carlos Guzmán Álvarez
Hello: > Q1. when i attempt an FbRestore immediately after an FbBackup, I am getting > an error saying the .fbk vackup file cannot be opened. yet if I put a > thread.Sleep() in there it is working. i haver tried to clear the connection > pools but this has not fixed. can anyone tell me what i am do

Re: [Firebird-net-provider] A few questions from a newbie to .NET.

2006-07-12 Thread Carlos Guzmán Álvarez
Hello: > :( it might be that. what changes to machine.config do I have to do? The changes are explained in the ReadmeDDEX.txt file -- 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 e

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

2006-07-12 Thread Carlos Guzmán Álvarez
Hello: > Hi, I'm Juanma from Spain, and I don't speak English very well. This > is my problem: I'm using Firebird 1.5, and I don't know if when I use > a varchar, its total length is sent via network from server to client, > although lenght of strored data is smaller than length of the varchar

Re: [Firebird-net-provider] A few questions from a newbie to .NET.

2006-07-12 Thread Carlos Guzmán Álvarez
Hello: > Would it be because of the VS 2005 SDK installation? I do not have the > SDK installed. Depends on the .reg file you have used, what is ?? try to install the April VS SDK. - Using Tomcat but need to do more? Need t

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

2006-07-12 Thread Oleg Deribas
Hello, Juanma fernandez said the following on 12.07.2006 13:29: > Hi, I refer to the total length of data. For example, If the column > is a varchar(10) and I am storing the the the string HELLO, from > client to server via network is sent HELLO plus 5 blank spaces or > only HELLO? No, server d

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

2006-07-12 Thread Juanma fernandez
Hi, I refer to the total length of data. For example, If the column is a varchar(10) and I am storing the the the string HELLO, from client to server via network is sent HELLO plus 5 blank spaces or only HELLO? Thanks. From:  Jiri Cincura <[EMAIL PROTECTED]>Reply-To:  "For users and developers

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

2006-07-12 Thread Jiri Cincura
On 12.7.2006 10:40 Juanma fernandez wrote: > Hi, I'm Juanma from Spain, and I don't speak English very well. This is > my problem: I'm using Firebird 1.5, and I don't know if when I use a > varchar, its total length is sent via network from server to client, Total length of collumn (like for in

Re: [Firebird-net-provider] Weekly builds of provider and DDEX

2006-07-12 Thread Jiri Cincura
On 10.7.2006 22:25 Carlos Guzmán Álvarez wrote: > Hello: >> weekly (or on demand) builds of provider are on well-known place >> (http://netprovider.cincura.net). Now I and Carlos make work building of >> DDEX (damm signing...), so you can find it here too. > I will try to add tomorrow information

[Firebird-net-provider] (no subject)

2006-07-12 Thread Juanma fernandez
Hi, I'm Juanma from Spain, and I don't speak English very well. This is my problem: I'm using Firebird 1.5, and I don't know if when I use a varchar, its total length is sent via network from server to client, although lenght of strored data is smaller than length of the varchar column.   Thanks.