I have firebird 1.5 super server installed on my windows 7 machine. I am unable to use the Gsec utility to change the sysdba password for the default user.
I have developed a Delphi 7 application that is using Firebird 1.5.6 database in client server environment.
I had a trouble in my database here, I use Firebird 1.5.3 and it work just fine until noe to read or write in normal way, but when I run a procedure, I got blank row result and the following message :
How to make transaction using IB Expert? I need a manual or something like begin transaction create table someTable(a int,b int)
For debug purposes I need to send 1 table of an existing Firebird 1.5 database to someone. In stead of sending the whole db , I want to send just the db with just this table - no triggers, no constra
I am trying to embed a JFace TableViewer in a SWT TabFolder, but when I do so, the table does not show up. The current (working code) in my GitToDo code looks like (see this Git repos):