[firebird-support] Firebird database

2013-05-28 Thread Marco Sucuzhañay
I found a database that weighs 640G, this basis consists of seven files. fdb ie datos_1.fdb datos_2.fdb datos_3.fdb datos_4.fdb datos_5.fdb datos_6.fdb datos_7.fdb as I can generate a backup of the database and how I can perform restore, thanks. [Non-text portions of this message have been

[firebird-support] Save decimal data type

2013-05-28 Thread franchessko
Hi, I'm a new firebird user. I joined here to ask for help. I develop in DotNet Technologies, and I have this problem: First OS info: -- -OS = Windows 7 Enterprise SP1 -System type = 64b. -Original languaje = English. (But I've installed the spanish pack languaje) -Regional settings

Re: [firebird-support] Firebird database

2013-05-28 Thread Alexey Kovyazin
Hi, So you found 640Gb of information. Is it related with recent leaks of account form BVI offshore companies? :) Regarding your questions - see gbak manual here http://www.firebirdsql.org/en/reference-manuals/ Regards, Alexey Kovyazin IBSurgeon I found a database that weighs 640G, this

Re: [firebird-support] Save decimal data type

2013-05-28 Thread W O
No puedes enviar valores numéricos con comas porque el Firebird entiende que estás enviando dos valores distintos, la coma se usa para separar valores. Y el punto se usa para separar la parte entera de la parte decimal de un número. Si quieres leer sobre Firebird en castellano y preguntar las

Re: [firebird-support] Save decimal data type

2013-05-28 Thread Francisco José Scheffer
Gracias W O; pero el problema sigue... Si envío en mi consulta el valor con punto, es decir: 25.80, firebird ingresa 2580,; ¿entiendes? no se ya que configurar...  gracias por tu ayuda   Francisco José Scheffer De: W O sistemas2000profesio...@gmail.com

Re: [firebird-support] Save decimal data type

2013-05-28 Thread Mark Rotteveel
On 28-5-2013 16:26, franchessko wrote: Hi, I'm a new firebird user. I joined here to ask for help. I develop in DotNet Technologies, and I have this problem: First OS info: -- -OS = Windows 7 Enterprise SP1 -System type = 64b. -Original languaje = English. (But I've installed

Re: [firebird-support] Save decimal data type

2013-05-28 Thread Mark Rotteveel
On 28-5-2013 21:45, Francisco José Scheffer wrote: Gracias W O; pero el problema sigue... Si envío en mi consulta el valor con punto, es decir: 25.80, firebird ingresa 2580,; ¿entiendes? no se ya que configurar... gracias por tu ayuda Walter and Francisco, could you please use

Re: [firebird-support] Save decimal data type

2013-05-28 Thread Helen Borrie
At 07:52 a.m. 29/05/2013, Mark Rotteveel wrote: On 28-5-2013 21:45, Francisco José Scheffer wrote: Gracias W O; pero el problema sigue... Si envío en mi consulta el valor con punto, es decir: 25.80, firebird ingresa 2580,; ¿entiendes? no se ya que configurar... gracias por tu ayuda

Re: [firebird-support] Save decimal data type

2013-05-28 Thread Ann Harrison
On Tue, May 28, 2013 at 10:26 AM, franchessko scheffe...@yahoo.com wrote: Hi, I'm a new firebird user. I joined here to ask for help. I develop in DotNet Technologies, and I have this problem: And the problem is: --- When I send a Query with a decimal data type like '25.80'