KB-15128: Deleting a record in the database.
Question: Which function should I use to delete a record in a database? Solution: To do so, you need to use the DeleteRecord() function.
Question: Which function should I use to delete a record in a database? Solution: To do so, you need to use the DeleteRecord() function.
Autor
Mateus Machado
Question: Can I connect SCADA to the SQL Server? Solution: Yes. To do so, you must use an ODBC connection. For further information, access Tutorial for creating an ODBC connection…
Question: How can I create a filter for an SQL Server’s query with an ODBC connection? Solution: To do so, you must use table’s SQLQuery() function. Records can be selected…