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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -