N
Nicolas
How do I open a file which is saves into the database as byte()
So far, I got this and it's working
Dim myDoc as Byte()
myDoc = CType(dbDataRow("Document"), Byte())
From there how do I open this so the user can review this file.
Thank for the help.
So far, I got this and it's working
Dim myDoc as Byte()
myDoc = CType(dbDataRow("Document"), Byte())
From there how do I open this so the user can review this file.
Thank for the help.