hi, i m trying to read some data (supposed to be 10 integer) from my database declare binary (sqlserver) and i try to use getchunk like :
dim a as variant
a=rs("popol").getchunk(10)
When i try it the error "operation not allowed in the context" apprears, why?
How getting my info in a string or in integer??
thx




Reply With Quote