pictures stoed in v2 database

Robert Mann robmann at gp-racing.com
Sat May 5 21:34:21 EDT 2007


I have stored some pictures in my valentina 2 database I would like to be
able to display then within my rev application in a image fld

 

I tried this 

 

    put "SELECT * FROM pictures WHERE pictures.name= 'ctgFork01';" into
theSQL

    put revQueryDatabase(dbID, theSQL) into curID

     put revDatabaseColumnNamed(curID,"picture") into ctg1

     put ctg1 into image "ctg1"

 

but this just returns ctg1 as a number?

 

Thanks

Rob

 

 




More information about the use-livecode mailing list