-
in isql-fb
```
Use CONNECT or CREATE DATABASE to specify a database
SQL>CREATE DATABASE '/var/firebird/Пример.fdb' USER 'SYSDBA' PASSWORD 'masterkey' DEFAULT CHARACTER SET UTF8;
```
then
```
SQ…
-
Submitted by: Joern Ungermann (joernu76)
We have a firebird database containing a few malformed ASCII strings\. These are byte streams, presumably ASCII coded, stored as is from a rather unreliable w…
-
It would be helpful to be able to configure the location of firebird.log from an environment variable, or from the config file, or both. Currently it can only be configured at compile time.
My use …
-
In version 2.0 I used sql "PREPARE" to prepare a statement for use in a sql "EXECUTE USING DESCRIPTOR" which is executed in a loop, and it worked fine. But in version 3.0, with no code change, only th…
-
I ran some fireird-qt test with DefaultDbCachePages=128 and sometimes the following errors occurred:
`internal Firebird consistency check (page in use during flush (210), file: cch.cpp line: 2827)`
…
-
hi, my project works fine for PHP 7.0
but for PHP 7.1, 7.2 above, the PDO wrapper is not working:
Error:
`Fatal error: Uncaught PDOException: could not find driver in /home/project/public_htm…
-
Hello, @ibarwick!
You have powerful inspired me for C FDW contributing. Some hours ago I have implemented [UUID support for sqlite_fdw](https://github.com/mkgrgis/sqlite_fdw/tree/draft_uuid) and ch…
-
### Description
Load execution plan is available for firebird in Main menu-SQL Editor, but it do nothing. Log is empty.
### DBeaver Version
23.0.3
### Operating System
win10
### Database and dri…
uslss updated
5 months ago
-
I have several stored procedures in a firebird 3.0 database. Trying to access any of them does not succeed.
Feedback from the system is always an empty resource, for both _func or _proc:
{
"…
-
```
I've already install openMeetings with mysSql with no problems. Then I tried to
install openMeetings with Firebird. I used Firebird and Odbc jdbc driver with
Firebird dialect but it failed durin…