Questions tagged [firebird]

15 questions
3
votes
3 answers

Firebird can't connect to host

I'm new in FirebirdSQL. I can't connect into my host address whereas it can connect to localhost successfully. It prompt show errors like this: SQL> connect "192.168.1.50:/var/lib/firebird/2.5/data/employee.fdb" user 'SYSDBA' password…
3
votes
5 answers

Where can I find really old versions of Firefox?

I am looking for an old version of Mozilla Firefox from before it was called Firefox. It used to be called Mozilla Phoenix before it was ever called Mozilla Firebird. I am looking for some of the oldest versions around (for Win32). Where can I find…
eleven81
  • 16,182
2
votes
4 answers

Connecting DBeaver to a Firebird file, gives error code 335544721

I'm trying to make DBeaver database manager connect to a Firebird *.FDB file. It is a local file database and I want to inspect the tables etc and perform some queries for data reporting. However, when I try to open the database in DBeaver I get…
BdR
  • 241
  • 1
  • 7
  • 16
1
vote
2 answers

Performance Issue with FB2.5 + Windows Server + Specific Hardware (DELL servers?)

I have a relatively small database (6GB) and my application can access it quickly when using Firebird 2.1 or Firebird 2.5 on a non-server version of windows. But if I try to use Firebird 2.5 on a server version (2008, 2012) it gets painfully…
Ricardo
  • 439
1
vote
0 answers

Cannot connect Firebird Server

i have problem with Firebird2.5-superclassic server@Lubuntu 13.10. I can't connect to the server through local network. I can connect only from server machine. When i want to connect using Flamerobin: *** IBPP::SQLException *** Context:…
1
vote
2 answers

How to uninstall Firebird from Mac OS X Snow Leopard?

I’ve found this script from Paul Beach, but I want to know if there is a better way (maybe a script included in the installation).
1
vote
0 answers

Firebird SQL 3.0 login from legacy tools?

New Windows 2016 server with Firebird 3 SuperServer x64 on port 3050. I'm trying to connect to this server from two legacy tools: Sinática Monitor and FlameRobin. I can successfully connect with Upscene Database Workbench and Firebird Maestro, but…
0
votes
1 answer

Can you input a SQL statement into a freshly created Firebird Database using just the embedded server DLLs?

We have a demo application that has an Firebird Database distributed with it in the install package. We use the Firebird Embedded Server DLL files to distibute with it. We would like to distibute just a plain database with no tables, indexes, etc…
0
votes
2 answers

How to convert access database to firebird format?

Is there a way to directly convert an access database to fdb(firebird) format using microsoft access? If not what's the best way?
hpn
  • 115
0
votes
1 answer

Virus / malware stored inside database

I have a small network of several Windows 10 machines (all protected by BitDefender 2020 Total Security), one of which acts as server with Firebird database. For some time the database is deteriorating - in some random records some fields have…
0
votes
0 answers

convert Firebird stored procedure to MySQL

I have trouble converting a stored procedure from Firebird to MySQL. Here is my existing code from Firebird: SET TERM ^ ; CREATE OR ALTER PROCEDURE "ActPerHour" ( days integer) returns ( "DateHour" varchar(32), "ActCount"…
0
votes
1 answer

Looking for Firebird GUI

I use phpMyAdmin to manage all of my MySQL databases and SQL Management Studio Express to manage my MS SQL databases. Now I need to start working with Firebird, and I'm looking for a tool along the lines of SQL Management Studio to manage those…
EAMann
  • 184
0
votes
2 answers

Starting xinetd process with negative nice

I'm using xinetd for Firebird Server. Is there a way to start fb_inet_server process with negative nice? When I type "-20" in xinetd.conf it's skipped by xinetd. I looked in xinetd sourcecode and parameter "nice" is unsigned integer so I could not…
0
votes
0 answers

Linux permission of parent directory more restrictive than child is normal?

This just happened that drove me crazy for almost 2 hours: I run firebird 2.5 at my server and I have a specific directory in my home where I put the databases for the daemon to read. This directory is owned by firebird:firebird as all the databases…
0
votes
0 answers

Install Firebird on CentOS7

I just installed Firebird on my fresh new CentOS 7 installation, but it isn't found by systemctl: [root@intranet-ii ~]# yum install firebird Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.transip.nl …
Bart Friederichs
  • 1,876
  • 6
  • 25
  • 43