Re: [firebird-support] CHARACTER SET WIN1252 is not installed

2013-06-29 Thread Leonardo M . Ramé
On 2013-06-28 09:24:38 +0200, Mark Rotteveel wrote: On Thu, 27 Jun 2013 17:56:30 -0300, Leonardo M. Ramé l.r...@griensu.com wrote: On 2013-06-27 14:21:15 -0300, Leonardo M. Ramé wrote: Hi, I've updated Firebird 2.5 on a FreeBsd 9.1 server. Usually I restore my databases using: gbak

[firebird-support] CHARACTER SET WIN1252 is not installed

2013-06-27 Thread Leonardo M . Ramé
: ERROR:unsuccessful metadata update gbak: ERROR:TABLE gbak: ERROR:CHARACTER SET WIN1252 is not installed gbak:Exiting before completion due to errors Why CHARACTER SER WIN1252 is not installed? how can I install it?. -- Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [firebird-support] CHARACTER SET WIN1252 is not installed

2013-06-27 Thread Leonardo M . Ramé
On 2013-06-27 14:21:15 -0300, Leonardo M. Ramé wrote: Hi, I've updated Firebird 2.5 on a FreeBsd 9.1 server. Usually I restore my databases using: gbak -c -v -REP -user USER -password PASSWORD bkp.ib database But, after the upgrade I'm getting this: gbak:restoring

[firebird-support] isql-fb set editor

2013-02-15 Thread Leonardo M . Ramé
Hi, I'm trying to define an editor (vim) to edit inside isql-fb's. Currently it uses vi. How can I define it?. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [firebird-support] isql-fb set editor

2013-02-15 Thread Leonardo M . Ramé
On 2013-02-15 18:20:25 +0100, Mark Rotteveel wrote: On 15-2-2013 13:24, Leonardo M. Ramé wrote: Hi, I'm trying to define an editor (vim) to edit inside isql-fb's. Currently it uses vi. How can I define it?. According to the Interbase 6.0 Operations Guide (available from http

[firebird-support] Windowing functions on FB 2.5

2012-12-26 Thread Leonardo M . Ramé
I have a quick question. Does Firebird 2.5 supports windowing functions like 3.0? Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [firebird-support] Where condition by column number

2012-12-03 Thread Leonardo M . Ramé
On 2012-12-02 18:16:17 +0100, Thomas Steinmaurer wrote:   On Sat, Dec 1, 2012 at 8:09 AM, Leonardo M. Ramé [1][1][1]l.r...@griensu.com wrote: Hi, I'm wondering if there's a way to refer columns by number in WHERE conditions. I need

Re: [firebird-support] Where condition by column number

2012-12-02 Thread Leonardo M . Ramé
On 2012-12-01 14:14:50 -0500, Ann Harrison wrote:   On Sat, Dec 1, 2012 at 8:09 AM, Leonardo M. Ramé [1]l.r...@griensu.com wrote: Hi, I'm wondering if there's a way to refer columns by number in WHERE conditions. I need this because I'm creating a generic method

Re: [firebird-support] Where condition by column number

2012-12-02 Thread Leonardo M . Ramé
On 2012-12-02 16:59:24 +0100, Thomas Steinmaurer wrote:   On Sat, Dec 1, 2012 at 8:09 AM, Leonardo M. Ramé [1][1]l.r...@griensu.com wrote: Hi, I'm wondering if there's a way to refer columns by number in WHERE conditions. I need this because I'm

[firebird-support] Where condition by column number

2012-12-01 Thread Leonardo M . Ramé
= condition2 But now I need to know the name of the column in advance, and some times the column name does refer to a real column, but a CASE statement or a COALESCE. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [firebird-support] Where condition by column number

2012-12-01 Thread Leonardo M . Ramé
On 2012-12-01 10:09:15 -0300, Leonardo M. Ramé wrote:   Hi, I'm wondering if there's a way to refer columns by number in WHERE conditions. I need this because I'm creating a generic method to create where clauses for hopefully ANY query, in FreePascal. I need