
04-12-2009, 06:16 PM
|
oh snaps
|
 |
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
|
|
Quote:
Originally Posted by Inverness
Also, I don't think you specified what the boolean value was for in requestsql() and requestsql2().
|
It's in /scripthelp now:
Quote:
requestsql(str, bool) - returns object - executes a sql query for the default database, parameters are the query string and if you expect a result (e.g. from a select-query); the result is an event object, call waitfor(requestobj,"onReceiveData",60) and then use requestobj.rows, error and lastinsertid
requestsql2(str, str, bool) - returns object - like requestSQL(), but allows you to select the database, parameters are database identifier, query, expect result (true/false)
|
|
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem
Seize the Day.
|
|
|