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 use Firebird 2.5 64bit edition. I have two tables Master (A) and Detail (B) and I set cascade update and delete for B so if I delete a record in the master any related records in the detail will be
I\'m using Firebird 2.1. There is a table name Folders, with these fields: FolderID ParentFol开发者_运维知识库derID
开发者_如何学CI work on Firebird 2.5 and I have two tables, all their columns are similar except one has a primary key with auto increment and a not null foreign key field (A) for master table
I need to use a Transaction Scope with Entity Framework 4 and a Firebird database. I am using the FireBird 开发者_开发问答Entity Framework provider.
I\'m using firebird database and it does not seem to have ROWNUM or ROW_NUMBER() like sql server does so I cannot follow the procedure explained here.
I\'d like to use the entity framework for my next project and i\'m having some issues finding a .NET interbase driver that su开发者_运维技巧pports the entity framework.I attempted to install the Fireb
I\'m using Firebird 2.1.There is a table name Folders, with the fields: Fol开发者_如何学JAVAderID
We have a 3rd party creating databases on a firebird server and we would like our software to automatically detect/find these additional databases when it starts up.
I have developed a Delphi 7 application that is using Firebird 1.5.6 database in client server environment.