Hi - does anyone know the sequence to read a Access DB picture/image field using the oleDbReader and getbytes method. (I know how to stuff the resulting byte array on a picture box...).
Secondly - what is the correct syntax to use when you want to write/clear an image back to the database.
Do i set the byte array to nothing? Note: this byte array is used to from the sql statement to update the db. This sql statement must work for both empty and present images.
Code examples will be much appreciated. Thanks for your help in advance.
Ken
Secondly - what is the correct syntax to use when you want to write/clear an image back to the database.
Do i set the byte array to nothing? Note: this byte array is used to from the sql statement to update the db. This sql statement must work for both empty and present images.
Code examples will be much appreciated. Thanks for your help in advance.
Ken