QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: MLambert on March 28, 2019, 08:32:56 pm
-
Hi
Does anyone have an example of executing a stored procedure from QB64 ?
Thks
-
Hi MLambert!
MySQL related procedure is explained very neatly here -
http://qb64.org/wiki/SQL_Client
-
The way I read this example is that it shows you how to interface mysql and qb64... which i use. It does not have a reference to stored procedures.
-
Sorry then. I don't know how to do that. Maybe, there is a someone else who might know this.
-
Hi Ashish,,
Worked it out ... just pass the full query including the exec command for the stored procedure to the DB_QUERY function
Mike