[firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2015-02-15 Thread hyamsjonat...@yahoo.co.uk [firebird-support]
I have exactly the same problem. Did you ever solve it please? 

 Many thanks.


Re: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2015-02-15 Thread 'Mark Rotteveel' m...@lawinegevaar.nl [firebird-support]
Most people read this group through email, so we don't immediately have the 
context of the thread you're replying to. Could you describe your problem or 
quote the message you're replying to?
Mark

- Reply message -
Van: hyamsjonat...@yahoo.co.uk [firebird-support] 
firebird-support@yahoogroups.com
Aan: firebird-support@yahoogroups.com
Onderwerp: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't 
work even if -fix_fss_data is used
Datum: zo, feb. 15, 2015 20:29

I have exactly the same problem. Did you ever solve it please?
Many thanks.


















Re: [firebird-support] Performance diff between insert...select and for select ... do?

2015-02-15 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
Mark Rotteveel m...@lawinegevaar.nl [firebird-support] skrev:

 On 13-2-2015 14:55, Kjell Rilbe kjell.ri...@datadia.se
 [firebird-support] wrote:
  I'm writing a utility that will need to do two things for each record in
  an external table and for this purpose I use a for select ... do
  construct in an execute block. I do it this way because external tables
  can't be indexed and I will scan the entire external table anyway.
 
  The two operations are:
  1. Update one existing record in the target table.
  2. Insert new record in the same target table.

 Maybe you can use MERGE, it uses a source, a target and can
 conditionally insert, update (and delete) record? I assume your target
 table isn't external and is indexed.


Thanks, that might be worth looking into. I suspect it won't work since 
I will need to do BOTH update AND insert for each external record, but I 
haven't checked what merge can do yet... :-)

Kjell
 -- 
 --
 Kjell Rilbe
 DataDIA AB
 E-post: kjell.ri...@datadia.se
 Telefon: 08-761 06 55
 Mobil: 0733-44 24 64