Using c# I have a small database that I have created I used access now I wish to port it to SQL or SQL server. In deployment which is easiest. With access you have to bundle the assess driver, do you have to bundle anything when using mysql or sql?
Asked
Active
Viewed 39 times
0
-
1In general, you have to bundle the SQL server software and licensing. Perhaps consider SQLite? – NetMage Jul 10 '17 at 22:14
-
SQLite is that easyier@NetMAge – Data Jul 10 '17 at 22:22
-
Can you explain what is the relevance of the _xml-parsing_ tag in this question? Do not misuse tags. – Steve Jul 10 '17 at 22:31
-
If each installation has its own database then definitely SQLite, there is no runtime, just dlls. – Crowcoder Jul 10 '17 at 22:39
-
@steve the source for the tables will come from xml No it was not a trick question – Data Jul 10 '17 at 22:41