putting binary data into a mySQL database
John Dixon
dixonja at hotmail.co.uk
Thu Jan 21 07:10:14 EST 2016
Thanks for the reply.. :-)
I though have another question, How do I pass encrypted data to an .lc script ?
> Date: Thu, 21 Jan 2016 19:30:09 +0800
> Subject: Re: putting binary data into a mySQL database
> From: lan.kc.macmail at gmail.com
> To: use-livecode at lists.runrev.com
>
> Look up revExecuteSQL in the Dictionary. Of particular interest:
>
> To pass binary data in a variable in the variablesList, prepend "*b" to the
> > variable name. The *revExecuteSQL* command strips the binary marker "*b"
> > and passes it to the database as binary data, rather than text data.
>
>
> Basically you need to be using the variable list form of revExecuteSQL
> rather than passing the data directly. Also there is a note about binary in
> arrays that are being loaded into dbs.
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list