Please guide me,
I can connect to MySQL database.
i have manually insert device data in database and this device position data to send third party server please can you guide me how can i will do that
currently i have use forward URL but database to always insert data how can i stop inserting this data
You can provide no-op SQL query in the config instead of insert.
it possible if i have add tag blank for database.insertPosition
for example :
<entry key='database.insertPosition'>
</entry>
Please guide me,
I can connect to MySQL database.
i have manually insert device data in database and this device position data to send third party server please can you guide me how can i will do that
currently i have use forward URL but database to always insert data how can i stop inserting this data