Re: [Firebird-net-provider] Integration with Visual Studio

2012-01-17 Thread Russell Rose
Here is the output from gacutil: Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 Copyright (c) Microsoft Corporation. All rights reserved. The Global Assembly Cache contains the following assemblies: FirebirdSql.Data.FirebirdClient, Version=2.5.2.0, Culture=neutral,

Re: [Firebird-net-provider] Computedby Column Edmx Issue

2012-01-17 Thread Muthu Annamalai
The datatype of other columns that is showing properly is Numeric(15,4). The datatype of the computedby column is Numeric(15,8). I thought the decimal digits might be a problem, I created a numeric(15,4) domain and used that in the computedby column, but still no luck... Thanks! -Original

Re: [Firebird-net-provider] Computedby Column Edmx Issue

2012-01-17 Thread Jiri Cincura
On Tue, Jan 17, 2012 at 4:00 PM, Muthu Annamalai muthuannama...@sbcglobal.net wrote: The datatype of other columns that is showing properly is Numeric(15,4). The datatype of the computedby column is Numeric(15,8). I thought the decimal digits might be a problem, I created a numeric(15,4) domain

Re: [Firebird-net-provider] Computedby Column Edmx Issue

2012-01-17 Thread Muthu Annamalai
Here is the DDL for the table. In this table the column QUANTITY and PRICE, which are Decimal4 (Numeric(15,4) domain that I created interpreted correctly). The last column (AMOUNT), which is a computedby column is interpreted as Int64 CREATE TABLE RECEIPTLINE ( ID INTEGER NOT NULL,