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 - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -