Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
119 views

How to catch an exception of Interbase on Connect when gdb file doesn't exist on a given path

I have fib+ comps installed on my machine and trying to catch Interbase exception on connecting but one exception I cannot catch try { DM->dBase->Connected=false; ...
1
vote
2answers
333 views

Porting an IBXpress Interbase 6 app to the current Firebird platform, on Delphi 7?

Just wondering if there are any gotchas to be wary of here. We have a legacy D7 app that we developed several years ago for a client, which uses IBXpress to talk to the open source Interbase 6 build. ...
0
votes
1answer
567 views

Sorting DBAdvGrid with FIBDataSet by clicking on the column header

The only solution to the above problem i've found is to attach "ORDER BY" statement to the SQL-query of the FIBDataSet. Kind of strange because Grid has it's own quicksort() implementation but i can't ...
-1
votes
3answers
7k views

How to save jpg image to database and then load it in Delphi using FIBplus and TImage?

How to save jpg image to database and then load it in Delphi using FIBplus and TImage?