possible to call a saved query on a mysql server

User avatar
sal21
PlatinumLounger
Posts: 4354
Joined: 26 Apr 2010, 17:36

possible to call a saved query on a mysql server

Post by sal21 »

I have a mysql_query stored on mysql server.
possible to call and execute the query via ado e vb6?

User avatar
HansV
Administrator
Posts: 78455
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: possible to call a saved query on a mysql server

Post by HansV »

I assume you know how to create an ADODB.Connection to a MySQL database.
You can then use the Execute method of the connection.
Best wishes,
Hans