Re: [Firebird-devel] Trace API with Embedded andUnicodeinitializationproblem

2014-01-30 Thread Thomas Steinmaurer
It is interesting now, that the trace works for an isql based client session, even when using UTF8 as character set, but fails with e.g. Database Workbench. The only difference is that isql is in the same directory as embedded, but DBW isn't, although pointing to the same e

Re: [Firebird-devel] Trace API with Embedded andUnicodeinitializationproblem

2014-01-30 Thread Vlad Khorsun
>>> It is interesting now, that the trace works for an isql based client >>> session, even when using UTF8 as character set, but fails with e.g. >>> Database Workbench. The only difference is that isql is in the same >>> directory as embedded, but DBW isn't, although pointing to the same >>> embedd

Re: [Firebird-devel] Trace API with Embedded and Unicodeinitializationproblem

2014-01-30 Thread Thomas Steinmaurer
>> It is interesting now, that the trace works for an isql based client >> session, even when using UTF8 as character set, but fails with e.g. >> Database Workbench. The only difference is that isql is in the same >> directory as embedded, but DBW isn't, although pointing to the same >> embedded li

[Firebird-devel] [FB-Tracker] Created: (CORE-4329) BIT_AND not found

2014-01-30 Thread Firebird User unter Windows7 (JIRA)
BIT_AND not found - Key: CORE-4329 URL: http://tracker.firebirdsql.org/browse/CORE-4329 Project: Firebird Core Issue Type: Bug Affects Versions: 2.5.2 Update 1 Environment: .NET Provider 4.1, Firebird embedded 2.

Re: [Firebird-devel] Trace API with Embedded and Unicodeinitializationproblem

2014-01-30 Thread Vlad Khorsun
> It is interesting now, that the trace works for an isql based client > session, even when using UTF8 as character set, but fails with e.g. > Database Workbench. The only difference is that isql is in the same > directory as embedded, but DBW isn't, although pointing to the same > embedded lib

Re: [Firebird-devel] Trace API with Embedded and Unicode initializationproblem

2014-01-30 Thread Thomas Steinmaurer
Hello Vlad, >> the following is with: Firebird-2.5.2.26540-0_Win32 Embedded >> >> What can be the reason for the following error: >> >> "cannot initialize UNICODE collation to use in trace plugin" > > Adriano could know, i hope > >> when a trace session is attempted to be started with Firebir

Re: [Firebird-devel] Trace API with Embedded and Unicode initializationproblem

2014-01-30 Thread Vlad Khorsun
> Hello, > > the following is with: Firebird-2.5.2.26540-0_Win32 Embedded > > What can be the reason for the following error: > > "cannot initialize UNICODE collation to use in trace plugin" Adriano could know, i hope > when a trace session is attempted to be started with Firebird Embedde

[Firebird-devel] Trace API with Embedded and Unicode initialization problem

2014-01-30 Thread Thomas Steinmaurer
Hello, the following is with: Firebird-2.5.2.26540-0_Win32 Embedded What can be the reason for the following error: "cannot initialize UNICODE collation to use in trace plugin" when a trace session is attempted to be started with Firebird Embedded? As usual, Firebird Embedded is extracted into

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Vlad Khorsun
>> Technically it is possible to make single instance of firebird.exe to handle >> some attachment requests by forking new CS process and another attachment >> requests handling by itself (SS\SC). > > Do you mean forking the worker after op_connect / op_attach are > processed in the "multi-server

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Dmitry Yemanov
30.01.2014 13:43, Vlad Khorsun wrote: > > Technically it is possible to make single instance of firebird.exe to handle > some attachment requests by forking new CS process and another attachment > requests handling by itself (SS\SC). Do you mean forking the worker after op_connect / op_attach are

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Leyne, Sean
> Technically it is possible to make single instance of firebird.exe to > handle > some attachment requests by forking new CS process and another > attachment requests handling by itself (SS\SC). The question - if it is > possible > to let him know desired mode for given database... This w

[Firebird-devel] [FB-Tracker] Created: (CORE-4328) Provide ability to select size of TempCacheLimit during restore via command line switch

2014-01-30 Thread Pavel Zotov (JIRA)
Provide ability to select size of TempCacheLimit during restore via command line switch --- Key: CORE-4328 URL: http://tracker.firebirdsql.org/browse/CORE-4328 Projec

[Firebird-devel] LibreOffice 4.2 released with New Preview Feature : Firebird SQL backend

2014-01-30 Thread marius adrian popa
New feature preview feature in LibreOffice 4.2 : Firebird SQL connector for LibreOffice Base (Andrzej Hunt). When creating a new Database, select Firebird Embedded in the drop down menu (you have to first enable the Experimental features in Tools ▸Options ▸ LibreOffice ▸ Advanced). This allows cre

[Firebird-devel] [FB-Tracker] Created: (CORE-4327) Error in QLI when copying NULL blobs between databases

2014-01-30 Thread Alexander Peshkov (JIRA)
Error in QLI when copying NULL blobs between databases -- Key: CORE-4327 URL: http://tracker.firebirdsql.org/browse/CORE-4327 Project: Firebird Core Issue Type: Bug Components: QL

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Paul Reeves
On Thursday 30 January 2014 10:43:49 Vlad Khorsun wrote: > > Generally speaking, i don't like to introduce new listener. Instead, i > would think - if it is possible to make single common listener > (firebird.exe\.so) to read (per-database) configuration and derive > process\threaded mode from

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Vlad Khorsun
>> Just a wild idea. >> >> We introduce a separate (very thin) fblistener.exe (fbremote or >> whatever) binary that acts similar to xinetd on posix. It will spawn >> firebird.exe per every user connection. firebird.exe will detect this >> situation and explicitly pass SharedCache = false and Shared

[Firebird-devel] DDEX 3.0.1

2014-01-30 Thread Jiri Cincura
Hi *, DDEX provider for Firebird has just been released. More info http://blog.cincura.net/233441-ddex-provider-3-0-1-for-firebird-released/ . -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Alex Peshkoff
On 01/30/14 12:56, Dmitry Yemanov wrote: > 29.01.2014 21:30, Leyne, Sean wrote: >> OK, but some of the config options are not compatible for all installed >> modes -- so, how do we prevent a user make the wrong selections? >> >> If someone like Paul Reeves (who has been using FB since before it wa

[Firebird-devel] [FB-Tracker] Created: (CORE-4326) Keyword SET should not be required in ALTER USER statement

2014-01-30 Thread Alexander Peshkov (JIRA)
Keyword SET should not be required in ALTER USER statement -- Key: CORE-4326 URL: http://tracker.firebirdsql.org/browse/CORE-4326 Project: Firebird Core Issue Type: Bug Affects Vers

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Paul Reeves
On Thursday 30 January 2014 09:56:50 Dmitry Yemanov wrote: > > We introduce a separate (very thin) fblistener.exe (fbremote or > whatever) binary that acts similar to xinetd on posix. Or maybe we have finally found a reason to keep the guardian ? (At least on windows.) Paul -- Paul Reeves h

Re: [Firebird-devel] fb3 access modes under windows

2014-01-30 Thread Dmitry Yemanov
29.01.2014 21:30, Leyne, Sean wrote: > > OK, but some of the config options are not compatible for all installed modes > -- so, how do we prevent a user make the wrong selections? > > If someone like Paul Reeves (who has been using FB since before it was FB) > doesn't understand all of the intric