Added 2 new commands:
query.getAllValue(cscriptString, nameDatabase, nomeTable);
: Returns all of the fields and records for the table (or view).query.sql(cscriptString, nameDatabase, sqlString);
: Execute a SQL statement.
Added 2 new commands:
query.getAllValue(cscriptString, nameDatabase, nomeTable);
: Returns all of the fields and records for the table (or view).query.sql(cscriptString, nameDatabase, sqlString);
: Execute a SQL statement.