5

I have added this store procedure through phpmyadmin:

CREATE DEFINER=`root`@`localhost` PROCEDURE `SelectUser`()
LANGUAGE SQL
NOT DETERMINISTIC
NO SQL
SQL SECURITY DEFINER
COMMENT ''
Select * from User

In my edmx but when create a complex type and do the Get column information that gives

The store procedure returns no columns

2
  • 1
    Have you try to specify colums? i mean change your * to colunm enumeration? Commented Jan 13, 2016 at 14:21
  • yes,that also try it. Commented Jan 16, 2016 at 6:54

1 Answer 1

3

try add SET FMTONLY OFFin your sql statement

Sign up to request clarification or add additional context in comments.

1 Comment

Could you please explain a bit more in detail why this should help?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.