vb.net - Create Mysql Stored Procedure using in vb .NET -


How do I create a stored procedure by using virtual VB.NET programming?

EDIT:

I apologize for being so brief. I've tried to use ExecuteNonQuery provided by the MySQL .NET connector. It tells me an error, maybe this is because I have kept "Delimiter $ $"?

I know that I can create a script (batch file) if I want to send it to my customer (as commented below) but my purpose is to keep MySQL password secure Then the script is not the way

  1. Connect to the database.
  2. Create Process SQL Command Run ExecuteNonQuery

Comments

Popular posts from this blog

asp.net mvc - Dynamically Generated Ajax.BeginForm -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

sockets - TCP programming with .NET -