Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Hi i just add store procedure through phpmyadmin
like this

> 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
Posted
Updated 21-Feb-16 22:38pm

1 solution

You should specify column name in select query instead of *.

Hopefully, it will work ...!
 
Share this answer
 
Comments
Scott Kent 7-Apr-16 5:25am    
Not working,i alredy try it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900