Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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?

asked 17 Sep '12, 07:54

Bernd%20Hammann's gravatar image

Bernd Hammann
31113
accept rate: 0%

Please add the version of the SQLA you use.

(18 Sep '12, 02:48) Martin

we use V 12.0.1 Build 3750

(18 Sep '12, 08:23) Bernd Hammann
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×69
×34
×25

question asked: 17 Sep '12, 07:54

question was seen: 2,830 times

last updated: 18 Sep '12, 08:24