XL3RunSQL
Allows a SQL Statement to be run when required (used in conjunction with XL3Link to trigger the execution)
Contents
[hide]Syntax
XL3RunSQL( [ExcecuteSQL], [ConnectionString], [SQLStatement])
Parameters
Parameter | Description |
---|---|
ExecuteSQL | A cell reference that contains "TRUE" when the SQL Statement should be run |
ConnectionString | The connection string to use when running the writeback |
SQLStatement | The SQL statement to run |