Maheshkshirsagar
Programmer
I have stored images in SQl database with their datatype as binary using "insert" statement.This works fine.
Problem comes whenever i tries to accsess that images
I use
"Imag1" control to do so
Whenever I calls .filename property
I am shown Error messege saying "path/file accsess error"
I am using recordset to get Images like
Image1.pictire=rsImage("Photo"
where photo is my field name
can anybody help me?
Project deadline is 10/11/00
Problem comes whenever i tries to accsess that images
I use
"Imag1" control to do so
Whenever I calls .filename property
I am shown Error messege saying "path/file accsess error"
I am using recordset to get Images like
Image1.pictire=rsImage("Photo"
can anybody help me?
Project deadline is 10/11/00