[firebird-support] Charset of external table filename?

2015-09-24 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
Hi, I'm trying to create an external table to import a list of id numbers like this: create table "ExLöpnr" external file 'D:\Löpnr.txt' ( "Löpnr" char(7) character set win1252, "CRLF" char(2) character set win1252 ); But when I try to select from it, Firebird creates a new empty file

[firebird-support] Firebird 3 PSQL Features

2015-09-24 Thread rgilland1...@gmail.com [firebird-support]
Hi I am really interested in Firebird 3 new PSQL Features, other language support. Is there anywhere I could see a listing of them? Any Idea when Firebird 3 is most likely to be released? Kind Regards, Robert.

RE: [firebird-support] Support for OS X 10.11 El Capitan

2015-09-24 Thread 'Paul Beach' pabe...@waitrose.com [firebird-support]
Timo, <>. Thanks - that tells me where to look and try and fix the problem. Regards Paul Beach Tel (France): +33 (0) 2 47 58 30 43 Mob (France): +33 (0) 6 79 24 32 32

RE: [firebird-support] Support for OS X 10.11 El Capitan

2015-09-24 Thread 'Paul Beach' pabe...@waitrose.com [firebird-support]
<> I suspect its not SIP, but the fact that we use an outdated package format. Looks like El Capitan has finally deprecated it. I found this https://forums.developer.apple.com/thread/8676 Note the error message, they then switched from /var to /Applications and all was ok. While we use

RE: [firebird-support] Support for OS X 10.11 El Capitan

2015-09-24 Thread timo_romppa...@yahoo.com [firebird-support]
I can confirm this is not a SIP issue. I disabled SIP altogether but the problem persists. I also tried the installer on another laptop with same results. BR Timo

Re: [firebird-support] Firebird 3 PSQL Features

2015-09-24 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
At 06:49 p.m. 24/09/2015, rgilland1...@gmail.com [firebird-support] wrote: >Hi > > >I am really interested in Firebird 3 new PSQL Features, other language support. > > >Is there anywhere I could see a listing of them? As usual for a Beta and a new release - in the release notes. You can

RE: [firebird-support] Securing database against corruption on systems that suddenly get turned off

2015-09-24 Thread Glenn Thomas Hvidsten g...@vensafe.no [firebird-support]
Forced writes are on. I have not been able to recreate this kind of corruption locally so I don’t know what kind of errors are appearing. The message about corruption comes from a service technician in the field. They usually do have a backup of the database, though, so it’s fortunately not a

Re: [firebird-support] Firebird 3 PSQL Features

2015-09-24 Thread rgilland1...@gmail.com [firebird-support]
OK, just read through all the examples and release notes, of the latest Firebird 3 beta, Looks like, plugging in of other languages, is done in the "plug-in" engine area. There are no samples of Delphi/FPC headers yet for this, although it is promised, I hope this does not get forgotten. This