Phil Evans said: > Hi All, > > I know that you are NOT supposed to insert images into a database, however > I really do need to. > > I have seen some posts advising using tobase64 when storing, and tobinary > when retrieving. This won't work in my situation as crystal does not have > an equivalent of the CF tobinary function.
you can always use the base64 trick to get it into the database (CFMX wishlist fix the oracle blob/colb support for all versions) and then convert the base64 encoded string back to binary inside the database... ie a macro in access or a stored proc in oracle/mssql etc... z -- Zac Spitzer Application Developer Geomatic Technologies http://www.geomatic.com.au tel: +613 9694 4244 mob: +61 405 847 168 msn:[EMAIL PROTECTED] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
