firebird2.5
Firebird's Entity Model support
I downloaded Firebird 2.5 and read somewhere that it supports Entity Framework. When I add ADO.NET Entity Data Model in my project and try to update database with model, Visual Studio 2010 only displa[详细]
2023-04-10 23:54 分类:问答Which ORM tool is compatibe with Firebird 2.5?
I want to use Firebird 2.5 SuperServer as back-end to .NET 开发者_Go百科4.0 application. Which ORM tool is compatible to work with .NET 4.0 & Firebird 2.5?You could also try out Telerik OpenAccess[详细]
2023-04-10 06:48 分类:问答Not able to create new Firebird database
I am new to Firebird. I installed Firebird Superserver 2.5 with \"Install as application\" option. I also installed FlameRobin GUI front-end. When I am trying to create a new database with SYSDBA user[详细]
2023-04-07 03:28 分类:问答Mix records of two different tables
I\'m looking for a way to solve my SQL problem. I have 2 tables in Firebird 2.5 ( T1 and T2 ) like these:[详细]
2023-04-04 13:53 分类:问答Calculating a field from SQL Query Selecting from multiple tables with Union
I have the following query, which works great. The problem I have is that in both tables (and the aggregate unioned table), there is a field called MTGUID. I need to multiply MTGUID by a number (let\'[详细]
2023-04-03 19:52 分类:问答How to use Booleans with Delphi XE2 dbExpress and Firebird 2.5
Does the new XE2 dbExpress still ha开发者_JAVA技巧ve problems using Boolean fields?The best way is to use a domain[详细]
2023-04-03 08:23 分类:问答Cast as Int only when character is a number on Firebird 2.5
I have a query that I use on a MySQL database that orders the result, casting a char database field to integer when possible (when the char string is numeric), so for example the ORDER BY clause that[详细]
2023-04-02 06:56 分类:问答Cursor not returned from Query
I\'m usingDelphi XE and FireBird 2.5. Try use a TSQLStoredProc and give me the error \"Cursor not returned from Query\" when I put the Active property to TRUE.[详细]
2023-04-01 00:14 分类:问答Firebird sample database(s) recomendation for learning database design and administration
My Firebird installation comes with the EMPLOYEE.fdb database to get you started. I am interested in example firebird database(s) that I can开发者_如何学编程 use as examples of good database design an[详细]
2023-03-26 02:40 分类:问答Updating where id in stored procedure - enormous amount of fetches
UPDATE TABLE SET SOMETHING = 1 WHERE ID IN (SELECT ID FROM STORED_PROCEDURE) Records in TABLE = 2100 Records from stored procedure = 50[详细]
2023-02-27 01:20 分类:问答