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
- Connect to the database.
- Create Process SQL Command Run ExecuteNonQuery
Comments
Post a Comment