Hi, I got a strange problem. I am trying to import a stored procedure to the entity framework 4.0 which returns a simple result set. There is a column with an integer as data type. Trying to create a complex data type in the entity model fails as the column edm-type is not supported for the db type integer. That cannot be true as it seems I am the only one in the whole world?? What am I missing? It recognizes smallint and bigint but no int. Can anyone help? |
Please add the version of the SQLA you use.
we use V 12.0.1 Build 3750