Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
307 views

Firebird 3.0 embedded DB after new install of Windows 10 with new Username not accessible anymore

I coded a CRM application in Delphi some years ago and worked with it. Now I reinstalled my computer and the only thing that changed was the Username of Windows 10 itself. Result is, that I cannot ...
Andreas Soraru's user avatar
1 vote
1 answer
622 views

Result Set from a TFDScript?

I found some code which works in FlameRobin to return the number of records for all tables in the database but am only able to run it in a TFDScript which works fine but no result set is accessible. I ...
Richard Shuck's user avatar
5 votes
2 answers
3k views

How to enable wirecompression on Firebird 3.0

I work with Firebird and Delphi, I want to implement access via internet with wirecompression; But I am unable to activate it. I have followed the steps inside this document for the new parameter(...
gasaluy's user avatar
  • 51
1 vote
1 answer
3k views

Delphi Firedac backup Firebird database to local file

Is it possible to use TFDFBNBackup and TFDFBNRestore for creating and restoring backups from/to a remote server from local files? I know that this can be done with the local service manager command ...
MichaSchumann's user avatar
5 votes
1 answer
2k views

How to enable WireCompression on Firebird 3.0 using FireDAC [duplicate]

I am looking to connect to Firebird Server 3.0 using WireCompression. This being new feature since version 3.0 I'm having a hard time to get it to do so and the only documented instructions I can find ...
Christiaan ten Klooster's user avatar