-
Notifications
You must be signed in to change notification settings - Fork 345
is there any MySqlScript replacement? #1382
Unanswered
vishnukumartr
asked this question in
Q&A
-
Hello Everyone,
migrating from MySql.Data.MySqlClient to MySqlConnector,
is there any MySqlScript replacement in MySqlConnector?
your help will be much appreciable!!
Thanks & Regards,
Vishnu Kumar T R
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
See response here and other comments on this issue: #382 (comment)
What do you use MySqlScript
for that you couldn't do with just MySqlCommand
or a helper library like Dapper?
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Thanks for the response @bgrainger ! I will check on this.
Actually having some sqlscript files (contains stored procedures) to execute.
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment