This may be a silly question but I'm unable to find the stored procedure toolbar in my HeidiSQL. Could anyone tell me how can I do that? I'm using HeidiSQL 7 version.
The below link demonstrate one stored routine editor but I couldn't find it in Version 7.
http://www.databasejournal.com/features/mysql/article.php/3826986/Creating-Stored-Procedures-in-MySQL-Using-HeidiSQL-4146s-Stored-Routine-Editor.htm
Couldn't find the toolbar option for stored procedure
first, please upgrade to heidisql v8.
Then, there is no more icon for the stored routine editor.
To create a stored routine, right-click on the database name in the tree on the left of heidisql, and slect from the context menu "Create new / Stored routine". Enter body, parameters etc on the right, then click "Save" on the bottom.
To edit an existing stored routine, double click it in the tree, or right-click and select "Edit".
Then, there is no more icon for the stored routine editor.
To create a stored routine, right-click on the database name in the tree on the left of heidisql, and slect from the context menu "Create new / Stored routine". Enter body, parameters etc on the right, then click "Save" on the bottom.
To edit an existing stored routine, double click it in the tree, or right-click and select "Edit".
Please login to leave a reply, or register at first.