Adriano dos Santos Fernandes created and announced a new Firebird 3
high-level native client for Node.js / TypeScript
https://asfernandes.github.io/2017/03/29/node-firebird-drivers.html
--
Check out the vibrant tech commun
Hello, All.
Which Pascal compiler is supposed to be used with GPRE'd programs? Is there
an example
of a Pascal program with ESQL?
--
WBR, SD.
--
Check out the vibrant tech community on one of the world's most
https://asfernandes.github.io/2017/03/29/node-firebird-drivers.html
Adriano
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel ma
Hi All,
I experienced the below messages with my application but can reproduce
with two IBExpert instances. I have a function in the database: CREATE
FUNCTION SF_TEST RETURNS BOOLEAN AS BEGIN RETURN TRUE; END; Connect with
the first IBExpert instance execute SELECT SF_TEST() FROM RDB$DATABASE
On 03/29/17 13:52, Roman Simakov wrote:
> Hi!
>
> Now FB3 prohibits operations like
>
> SQL> create index RDB$USER_PRIV_REL_USER on
> RDB$USER_PRIVILEGES(RDB$RELATION_NAME,RDB$USER);
> Statement failed, SQLSTATE = 28000
> unsuccessful metadata update
> -CREATE INDEX RDB$USER_PRIV_REL_USER failed
>
Hi!
Now FB3 prohibits operations like
SQL> create index RDB$USER_PRIV_REL_USER on
RDB$USER_PRIVILEGES(RDB$RELATION_NAME,RDB$USER);
Statement failed, SQLSTATE = 28000
unsuccessful metadata update
-CREATE INDEX RDB$USER_PRIV_REL_USER failed
-no permission for ALTER access to TABLE RDB$USER_PRIVILEG