Scripting/Squirrel/Functions/QuerySQL: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "{{Scripting/Needs_Text}} == Syntax == To query a database you need to use something like <source lang=javascript>QuerySQL( database, SQLstring );</source> {{Scripting/Needs_...") |
(No difference)
|
Revision as of 07:43, 13 February 2016

Syntax
To query a database you need to use something like
QuerySQL( database, SQLstring );
