G
Guest
I'm trying to retrieve an image from an Access 97 database and printing it on
a report.
I'm using a 'System.Data.OleDb.OleDbConnection()' object to connect to the
database, a OleDb.OleDbCommand(queryString, dbconn) object to querry, and a
OleDb.OleDbDataReader object to read the image. The read is working but it's
returning a system.array object and I don't know how to convert to an image.
a report.
I'm using a 'System.Data.OleDb.OleDbConnection()' object to connect to the
database, a OleDb.OleDbCommand(queryString, dbconn) object to querry, and a
OleDb.OleDbDataReader object to read the image. The read is working but it's
returning a system.array object and I don't know how to convert to an image.