Hi,
i am having trouble for data export.
is there anyone who have successfully exported current realtime data using mysql workbench.
i am following the indications given in the following link
http://rapidscada.net/doc/content/latest/en/modules/mod-db-export.html
— Insert current data
INSERT INTO cnldata (datetime, cnlnum, val, stat)
VALUES (@dateTime, @cnlNum, @val, @stat)
Error: datetime cannot be null
cnlNum cannot be null
val cannot be null.
can you please help me out
Thanks
Hayat