Hi..
I have read an Image from the Server using the Input Stream and then Displayed the same on to the form.
Now I want to write the Image into the RMS and read the same image from it..
How do I go About It..
Hi..
I have read an Image from the Server using the Input Stream and then Displayed the same on to the form.
Now I want to write the Image into the RMS and read the same image from it..
How do I go About It..
Just get the byte data (for example an byte[]) and write it to the RecordStore. ;-)
How to write a ByteArray into the RMS since we cannot write bytes directly. so how can we convert the byte array to the specific data type and write it into the RMS..
You can only write arrays of bytes to RMS, nothing else.
Take a look at the method:
Graham.Code:rs.addRecord (byte [], int, int);