SharpSCADA
SharpSCADA copied to clipboard
MySQL Example
Hi Do you have document to show how to use mySQL and store data for say 6 months or so? Ajay
MSSQL as CONNSTRING=Data Source=localhost;Initial Catalog=SCADA;Integrated Security=True;
MYSQL need modify a bit for code CONNSTRING=server=localhost;user id=root;password=yourpwd;database=scada
TYPE=MYSQL
in src, author use ISNULL (NOT supported by mysql)