Re: [Firebird-devel] Confusing message when security3 is not found

2014-01-05 Thread Alex
On 01/03/2014 01:47 PM, Claudio Valderrama C. wrote: Hello, I know security3.fdb is not in place because I'm using the Debug dir: F:\fb3dev\fbbuild\firebird30\temp\Win32\Debug\firebirdisql -user sysdba -pass masterkey Use CONNECT or CREATE DATABASE to specify a database SQL create database

[Firebird-devel] [FB-Tracker] Created: (CORE-4313) Error Attempt to reopen an open cursor may be raised if the query handle is reused in a different transaction

2014-01-05 Thread Dmitry Yemanov (JIRA)
Error Attempt to reopen an open cursor may be raised if the query handle is reused in a different transaction --- Key: CORE-4313 URL:

Re: [Firebird-devel] Some aspects of the optimizer hints

2014-01-05 Thread Ann Harrison
Alex, Furthermore, despite the everyone's instinct, it's a good deal faster in the general case to read a table in an optimal order and sort the data in memory that to read the data in index order - random order relative to storage. Ann, from server POV you are definitely right. But