T
T
telop2022-03-01 17:30:32
MySQL
telop, 2022-03-01 17:30:32

Is it possible in Visual studio to use non-T-sql on databases?

I have a MySql database which I created in Workbench. Now I want this base to be built into the C# application. But when I create a new database in the application, I cannot use the dump of my MySql database, its triggers, etc., because they are all written in sql, and the database in visual studio works with T-Sql
Can I somehow instead of T-Sql use regular Sql in visual studio so as not to rewrite the entire database again?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan Fedoseev, 2022-03-01
@telop

I think you need to understand that there is a significant difference between mssql and mysql ... and if you use the right drivers to work with databases, then everything will be fine

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question