Syntax |
Example |
Description/Remarks |
Q_START |
See sample template for Database Query commands |
Returns True=1 or False=0. Note: if an update, insert, delete or other command is run, a True doesn’ t mean the insert worked; it only means that there were no errors in the statement. Q_START will automatically disconnect if already connected and will end query if one is open. Connection_number : 1-10. A template may have up to 10 distinct connections to external data sources. A separate text buffer is maintained for each connection. |