Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dotnetfan
Contributor III
Contributor III

Failed insert data into MySql

HI,

I was trying to execute insert statement against MySql database, however I got following error message:

Unable to get column information for the fields that are used in the query: Object reference not set to an instance of an object
:
SQL INSERT INTO `yunche`.`tsdb` (`Id`, `Seq`, `Key`, `OBDKey`, `OBDDesc`, `OBDValue`) VALUES ('8113' ,'209' ,'8113' ,'1' ,'timestamp' ,'1589518591000' )
0 Replies