firebird-3.0 Questions
3
Solved
Try code below, but cause exception - SQLSTATE[HY000] [335544421] connection rejected by remote interface:
try {
$dbh = new PDO("firebird:dbname=localhost/3050:empty", "SYSDBA", "masterkey");
$d...
Sales asked 22/5, 2015 at 7:10
4
I'm working on a poor, but ok for us, full-text search using only PSQL in Firebird. I'll try to simplify as much as possible by focusing on my problem:
Summing up, this a dictionary table:
SELECT...
Disjunction asked 20/5, 2019 at 12:9
1
I have database of firebird of more than 8 GB and I want to migrate all the data from it. But I have forgotten the username and password. Is there anyway or any tool through which I can crack this ...
Felixfeliza asked 26/9, 2018 at 7:32
2
Solved
Since Firebird 3, I can't modify a column type.
Before I use this kind of update:
update RDB$RELATION_FIELDS set
RDB$FIELD_SOURCE = 'MYTEXT'
where (RDB$FIELD_NAME = 'JXML') and
(RDB$RELATION_NAME =...
Undercool asked 15/1, 2018 at 16:34
2
Solved
I'm trying to use .NET Firebird Provider to connect to the embedded FB 3.0.1 server.
As far as I know, (also written here (page 6)), there is no more fbclient.dll\fbembed.dll but a single client f...
Alishiaalisia asked 1/2, 2017 at 13:17
1
Solved
I am testing the connection firebird 3 using C #. The version of what I'm used is the latest : Firebird ADO.NET Provider 5.0. But when you make the connection , the error occurs "Incompatible wire ...
Sulphurous asked 27/5, 2016 at 22:3
1
I migrated from firebird 2.5.x to 3.0
i have changed firebird.conf :
WireCrypt = Enabled
AuthServer = Legacy_Auth, Srp, Win_Sspi
after that here you are what happened:
I can connect from Netbea...
Nth asked 23/4, 2016 at 16:54
1
Solved
I'm currently trying to get my ASP.net 4.5 project connecting to the recently release Firebird 3.0.
I'm using Visual Studio 2015 Community edition, Firebird 3 (64 bit), and used NuGet to get the A...
Bioluminescence asked 20/4, 2016 at 19:4
3
Solved
I am trying to create temporary table in stored procedure in Firebird database.
My stored procedure listing:
SET TERM ^ ;
CREATE PROCEDURE initNATIONALHEALTHFUNDS
AS BEGIN
CREATE GLOBAL TEMPOR...
Teresitateressa asked 28/11, 2015 at 14:58
1
© 2022 - 2024 — McMap. All rights reserved.