CTYPE to "string" or "generic", doable??

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
I select a field that is "image" in the database...

then i do this:
dim imgField
imgField = dr.getvalues(0)

So , i think this is BYTE...

1. Is it possile to use something other than "getvalues" and just select this as "generic" field??

2. If no, is it possible to CTYPE the select image field to string??
 
Back
Top