You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
6
docs/en/examples/MySQL/ExecuteSQLQuery.txt
vendored
6
docs/en/examples/MySQL/ExecuteSQLQuery.txt
vendored
@@ -50,4 +50,10 @@
|
||||
|
||||
Result = OPI_MySQL.ExecuteSQLQuery(QueryText, , , Connection);
|
||||
|
||||
// SQL query from file
|
||||
|
||||
SQLFile = "https://api.athenaeum.digital/test_data/TEST_DATA2.sql"; // Binary Data, URL or path to file
|
||||
|
||||
Result = OPI_MySQL.ExecuteSQLQuery(SQLFile, , , Connection);
|
||||
|
||||
Closing = OPI_MySQL.CloseConnection(Connection);
|
||||
|
||||
Reference in New Issue
Block a user