mysql to valentina using libdatabase
Trevor DeVore
lists at mangomultimedia.com
Mon Jan 1 21:26:04 EST 2007
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
trevor at bluemangolearning.com
More information about the use-livecode
mailing list