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

c++ - why does this code produce a runtime error? -

java - Can Find the error -

maximum size of array in c -