0
MySql or windows local Database in C#
How can i use my app which i made in my computer local database in another computer?.App made in C# programing.
2 odpowiedzi
+ 1
i have to make some configuration on the computer which i wanna install to .I know that.Or i have to write whole code ,database for each staff . ,actually i can use non local database but .i just wonder ,i thought maybe i do some think wrong .Anyway thanks for your answer. :) Ulisses Cruz
0
It depends on the dependencies of your program.
If it depends on a database, you have to install that database in the other computer,
maybe you will also need to create the Schemas in the database...