SharpSCADA icon indicating copy to clipboard operation
SharpSCADA copied to clipboard

MySQL Example

Open ajaywazir opened this issue 7 years ago • 1 comments

Hi Do you have document to show how to use mySQL and store data for say 6 months or so? Ajay

ajaywazir avatar Jun 09 '18 10:06 ajaywazir

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)

inmen avatar May 21 '19 03:05 inmen