mysql - Table adapter column not showing in visual studio -


I am making a process in MySQL, its work is fine now I am creating a dataset in vs2010 and add existing stored procedure . Now I get the error, the columns that are not displayed in the table adapter.

  Wizard tabs detected the following problem while configuring the adapter. The process of declining if SP_WRT_LOGIN_DETAILS1; Create function SP_WRT_LOGIN_DETAILS1 (IN type intezere) BEGINEND;   

Please help me fix this error.

Add these lines at the beginning of your SP:

  IF 1 = 0 Safe fontty of end   



Comments

Popular posts from this blog

wpf - ControlTemplate with changes for every class -

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

sql - Return Function using Cursor -