Actually, I am working on the connection between S7 1500 PLC and SQL server I can send and receive data successfully. I build a table in the SQL server(product ID, product, quantity, product Key).
many products can have the same Product Key.
I need a command in the PLC Like
Insert
FROM TestTable
WHERE product Key=5000'
that gives me all the products with a product key=5000