Showing 2191 - 2200 of 4306 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runSFPrepUpdateRuns a prepared statement query through the store and forward system and to multiple datasources at the same time.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runQueryRuns a SQL query, usually a SELECT query, against a database, returning the results as a dataset.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runNamedQueryRuns a named query and returns the results.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-refreshThis function will programmatically cause a SQL Query or DB Browse property binding to execute immediately.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-getConnectionsReturns a dataset of information about each configured database connection. Each row represents a single connection.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-getConnectionInfoReturns a dataset of information about a single database connection, as specified by the name argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-execSProcCallExecutes a stored procedure call.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-rollbackTransactionPerforms a rollback on the given connection.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runScalarPrepQueryRuns a prepared statement against a database connection just like the runPrepQuery function, but only returns the value from the first row and column.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runScalarQueryRuns a query against a database connection just like the runQuery function, but only returns the value from the first row and column.

Were these results helpful?