Is it possible to pass a stored procedure to a public MySqlDataAdapter (MySqlCommand) constructor? If so, how?
Specify the name of the stored procedure in the CommandText property of the MySqlCommand object.
MySqlCommand myCommand = new MySqlCommand(); myCommand.CommandText = "myStoredProcedure"; myCommand.CommandType = CommandType.StoredProcedure;
Source: https://ru.stackoverflow.com/questions/511617/More articles:Scroll disappears when the TableView is shiftedWhen the script is called via a symbolic link, the working directory changesORA-12505: TNS: listener doesn’t currently know the SID given in connect descriptorphp variable in the “href” attributeERROR: column reference is ambiguousScandir does not work [closed]Manage your character on Android Unity3D 4.6? (C #)What does the error say? And how to fix it?What is a component in the context of an architecture? [closed]Skipped 30 frames! The application may be doingAll Articles