Questions tagged as 'firebird'

0
answers

Image of the Firebrid Bank

Good morning, I'm trying to recover an image saved on a Firebird bank using PHP. The image returns this way 0x00000784000000ff . Already try to create the image with imagejpeg, but creates an invalid file.     
asked by 18.09.2018 / 16:54
1
answer

Lock Conflit Error FIREBIRD

I'm new to the subject Database, so I hope you understand my doubt and lack of knowledge: We use Firebird as SGDB and IBExpert as a database administration and configuration tool. Because the application in question is used simultaneously by...
asked by 12.09.2018 / 04:50
0
answers

connection firebird database with golang

Does anyone use Go accessing firebird database? I'm having connection problems and I can not solve it !! My connection string Conn, err: = sql.Open ("firebirdsql", "sysdba: masterkey @ localhost: \ adhnet \ adhmaster.gdb") Below is the...
asked by 10.09.2018 / 05:09
0
answers

Problems opening * .FDB file by IBExpert

Good morning! I am trying to pull a database from an old system to read the information. I downloaded and installed IBExpert, but when trying to open the file, I get the following error: "unsupported on-disk structure for file, found 32779, s...
asked by 31.08.2018 / 15:53
0
answers

Recursive query firebird

I created a table that it gets its own id, to create something like a tree, cascade, etc. I'm having trouble making a query and returning the record "parent" and its "children", "grandchildren", etc. I made a query, but it gives " has cyclic...
asked by 23.08.2018 / 20:42
0
answers

DBeaver error connecting firebird

I tried to Replace drive and nothing came to connect with the file but to expand the error tables Has anyone ever been through this?     
asked by 25.07.2018 / 20:44
0
answers

MON $ REMOTE_PROCESS does not recognize .jar

I'm creating a Logging service for the Firebird database. I was using MON$REMOTE_PROCESS to get through where the change was made. But it does not recognize .jar . When I query: SELECT MON$REMOTE_OS_USER, mon$attachment_id, MO...
asked by 30.07.2018 / 20:59
0
answers

Value accumulated day by day - Firebird

I'm starting now in the programming area, I'm having a hard time with SELECT which brings the accumulated value day by day of sales, I need this SELECT to play it on the line of a graph indicating the cumulative sales value of the...
asked by 05.07.2018 / 17:54
2
answers

Query values with 0 included in count () even if they do not have values

I need to check the number of notes issued with template 55 to create a report. The problem is that I'm having to put zero values in the quantity column even though they have no value at all. Ex: empresa filial data quantidade 5...
asked by 13.12.2016 / 12:53
1
answer

Master and Detail in delphi, with SchemaAdapter, only records the second time onwards

I'm using Delphi 10.1, Firebird 2.5 with Firedac. I have 3 FDQuery, all with CachedUpdates = true, being 1 MASTER, and 2 detail. In bd, the FK points to the ID of the master table. In the application, mastersource, MasterField and IndexFieldName...
asked by 13.06.2018 / 17:48