[Firebird-devel] Firebird db integration big-endian LibreOffice unable to open little-endian embedded firebird db

2014-01-09 Thread marius adrian popa
The related bug
https://bugs.freedesktop.org/show_bug.cgi?id=72987

and in Embeeded there is need for security2.fdb for backup api ?
(discussion at the end the bug)

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Firebird db integration big-endian LibreOffice unable to open little-endian embedded firebird db

2014-01-09 Thread marius adrian popa
The related chage

Use firebird backup format for .odb

https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=2540c23314d12b94c9ecb9e278969652bfb56c81

On Thu, Jan 9, 2014 at 11:23 AM, marius adrian popa map...@gmail.com wrote:
 The related bug
 https://bugs.freedesktop.org/show_bug.cgi?id=72987

 and in Embeeded there is need for security2.fdb for backup api ?
 (discussion at the end the bug)

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Firebird db integration big-endian LibreOffice unable to open little-endian embedded firebird db

2014-01-09 Thread Alex Peshkoff
On 01/09/14 13:23, marius adrian popa wrote:
 The related bug
 https://bugs.freedesktop.org/show_bug.cgi?id=72987

 and in Embeeded there is need for security2.fdb for backup api ?
 (discussion at the end the bug)

FB 2.5:
When using embedded connection, there is no need in security2.fdb as 
long as you do not specify user/password in DPB when connecting to database.
To specify user name different from current OS user you may use 
isc_dpb_trusted_auth. This works with embedded, but do not expect it to 
work with server!

FB3:
There is no need in security3.fdb at all when using embedded 
connections. You may specify arbitrary user name (isql -user sysdba 
your.fdb), password is ignored.
isc_dpb_trusted_auth works too for backward compatibility.

But telling true I do not like an idea of always using gbak to store 
database in OOO file. Restore process is far not the fast most - it 
includes rebuilding all indices.


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel