-
-
```
Program IFSTest;
var
SQLConnection: TDBConnection;
SQLQuery: TDBQuery;
Begin
SQLConnection:= TDBConnection.Create();
SQLConnection.ProviderName := 'MySQL'; // Access, Advantage, ASE, DB…
-
Example of (incorrect) UDF:
```sql
DECLARE EXTERNAL FUNCTION UDF_DUMMY2_BSA__BLOB
BLOB BY SCALAR_ARRAY
RETURNS BLOB BY DESCRIPTOR
ENTRY_POINT 'IB_UDF_abs' MODULE_NAME 'ib_udf';
```
FB4 execut…
-
When Delphi is turned on, the colour highlighting in the source editor is shifted. Just scroll through the code (e.g. PageUp, PageDown) and everything is displayed correctly.
![cnPack](https://github…
-
Submitted by: Jan Kohlmeyer (colaflasche)
Votes: 1
I wish a column based encryption like in Interbase\.
I want so set a few columns in a table encrypted with a default value\.
If i do not have a…
-
Submitted by: @kattunga
Votes: 1
We need an option on gbak, like the one that Interbase has since V7\.0, to restore databases that have constraint violations like null values in not null fields\. Th…
-
Submitted by: @luronumen
According to the documentation, SEQUENCE is the SQL\-compliant term for what InterBase and Firebird have always called a GENERATOR and SEQUENCE is the recommended syntax fro…
-
Hello,
This time I tryed to implement TUniConnection in UniDAC component packages but I get same error with DB Express integration. when I activate connection with using Connected := true; property…
-
Submitted by: @pcisar
Relate to [CORE3271](https://github.com/FirebirdSQL/firebird/issues?q=CORE3271+in%3Atitle)
SFID: 807988#⁠
Submitted By: pcisar
In addition to writing entries to the Int…
-
Submitted by: @aafemt
Votes: 1
Header page format is not so volatile as other's ones\. gstat could show at least ODS version \(more precise than in current error message\) for databases which curren…