From: Zoltan B. <zb...@du...> - 2006-03-16 22:53:13
|
Hi, I had an idea about using an array to pass a PNG or JPG image to RPDF. Higher level usage in RLIB: a BLOB field may contain an image in the=20 database, why not use it instead of filenames? The particular file may not be=20 accessible from another machine on the network, but the database may. E.g. RLIB's ODBC input library already uses SQLGetData() to get all the=20 fields in a record. A BLOB field can also be retrieved with this call, too. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |