On Jan 1, 2007, at 6:15 PM, Robert Mann wrote:

ON DoMysqlDump
    libdb_getSQLDump ("SuspensionDB","empty" ,"empty" , "true",
"true","empty" , "mysqldump.sql")//tried this with and without the () no
difference still get error

END DoMysqlDump

libdb_getSQLDump is a function but you are using it like a command. You have to put the value somewhere:

put libdb_getSQLDump(...) into myVariable

OR

get libdb_getSQLDump(...) // puts value into the "it" variable

--
Trevor DeVore
Blue Mango Learning Systems - www.bluemangolearning.com
[EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to