Questions tagged as 'firebird-2.5'

2
answers

Using case in field null

I have the following structure tb_bulletin: |Cod|boletim|dt_enviado| | 1 | N | NULL | | 2 | S |24/08/2018| | 3 | S | NULL | | 4 | S |23/08/2018| | 5 | S |23/08/2018| | 6 | S | NULL | | 7 | N | NULL |...
asked by 24.08.2018 / 15:19
2
answers

Java + Firebird connection returning Null

My connection string with the firebird database returns null. Below is code: public class ModuloConexao { public static Connection conector(){ //criação da varáivel conexao Connection conexao = null; //chamada...
asked by 18.05.2017 / 22:09
2
answers

Connection limit

System in Delphi - Firebird database 2.5. I have a server with 25 "files" of databases, one of each client. Each client has in average 10 accesses via TS to connect to our server. However, when the peak time comes close to 4pm, some b...
asked by 02.06.2017 / 22:25
1
answer

Error Unavailable Database when trying to connect ClientDataSet using local Firebird base

I'm developing an application in Delphi 2010 and I'm using Firebird 2.5. I created a DataModule and put a SQLConnection, SQLDataSet, ClientDataSet and right-clicking the ClientDataSet in the Assign Local Data ... is giving...
asked by 30.06.2016 / 15:37
1
answer

Failed to restart Firebird with PHP

I have a virtual server with Linux-Debian operating system, the same is configured as Nginx Web server and Firebird database. I have a script that performs a Firebird restart routine and runs it when a crash occurs. My script, which is located a...
asked by 30.12.2016 / 19:27
1
answer

Firebird Utilities in C #

How do I use library resources Firebird in C# : FbValidation , FbLog and FbStatistical ? I did not find any documentation of Firebird that could help me.     
asked by 22.09.2016 / 00:53
1
answer

Accentuation php - firebird

I am making a web module for an old system that uses Firebird. I made the connection using the PDO, but when I make a query using some special character it does not return results. If you do not use a special character, the query works perfectly...
asked by 23.12.2016 / 23:59
1
answer

What is the best connection method between PHP and Firebird?

I use the ibase_ functions to connect and manipulate data in Firebird with PHP . I saw that many people also use pdo_firebird . The version of Firebird I use is 2.5. After all, am I using the best and most viable...
asked by 20.01.2017 / 13:15
1
answer

Error EF Update Method with Firebird 2.5

When I try to update an entity Firebird is returning this error "Implementation limit exceeded block size exceeds implementation restriction", simply get the entity of the bank and has to update without changing anything in it, so I saw the link...
asked by 29.06.2018 / 20:55
1
answer

Problem with full outer join doing the filter with where

Friends, I have a database with the following tables: types id | nome 1 | Duplo 2 | Triplo availability data | tipo | ocupado | manutencao | referencia 01/03/2018 | 1 | 1 | 0 | 54684 01/03/2018 | 1 |...
asked by 26.02.2018 / 21:01