storing binary into a altSQLite DB
Shao Sean
shaosean at hotmail.com
Mon Oct 16 13:46:18 EDT 2006
Let's start with your code from the first example:
put "'"&"*b"&URL ("binfile:"&it)&"'" into tRowData
You're putting extra single quotes around your data, you probably
shouldn't.. What ends up happening is you move the "*b" code from char 1-2
to char 2-3 and the RevDB code won't see it..
put "*b" & URL("binfile:" & it) into tRowData
_________________________________________________________________
Use your PC to make calls at very low rates
https://voiceoam.pcs.v2s.live.com/partnerredirect.aspx
More information about the use-livecode
mailing list