Fill out a new question here: I am just playing C # for the first time and want to make a Windows Forms application that stores some information in the database structure, but obviously does not want to require MySQL to be installed on each client computer. How can I do it?
You are using a database that does not require installation. There are several - there is Microsoft SQL Server Compact , which, frankly, is poorly named because it will not support more useful SQL functions, such as stored procedures, views, etc. There's also VistaDB , which supports saved procs, but requires a purchase if you want Visual Studio plugins.
You can use SQLite . It does not require installation or a server on client computers. Here is the System.Data.SQLite Blog
: "SQLite - , , , , SQL. SQLite SQL . SQLite ."
- . , :
:
SQL Server CE
XML, Sql Server Compact Edition.
/ .
, , ( ).
.NET 3.5 XML Linq to XML. SQL- , , IDE IntelliSense .
, XML. , , , MySQL . SQL Express, , , ?
Serialise Dataset:
http://blogs.msdn.com/yosit/archive/2003/07/10/9921.aspx http://msdn.microsoft.com/en-us/magazine/cc163911.aspx
- SQL Server Compact, Visual Studio ( , VS). " ", Table Adapter , , . "DS", Table Adapter
DSTableAdapters
GetData() Fill() Insert(), Update() Delete() .
VelocityDB operates in a smaller server mode, but can also be integrated with the server when necessary. It surpasses all other options mentioned here by approximately the size, see the comparison here . This allows you to constantly use almost any .NET data structure. The entire database engine and additional server are implemented using C # code.
Source: https://habr.com/ru/post/1710055/More articles:log4net compact framework 3.5 No app.config to add file applications - c #How to force Internet Explorer to use the encoding specified in the meta tag? - internet-explorerHow does Google analytics calculate metrics like "average time"? - searcheclipse breakpoint for appengine - pythonReporting Services: Hidden Field - hiddenhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1710056/hibernate-load-usertype-object-from-repository&usg=ALkJrhht6Rl0gNUpxxww4DJutwxOaxBwNQможно изменить цвет фона заголовка раздела UITableView - iphoneHibernate NullPointerException when using criteria in an EntityMode.DOM4J session - javaHow can I prevent a parent from blocking while writing to a child? - perlRunning a row / multiple rows only in mySQL Query Browser - mysqlAll Articles