Hello
I have one VB file and I have to convert it into FB
For ex I have VB file having record length of 1000 bytes.. now I have to convert it into FB of 2000 bytes.
while converting like this first 4 bytes will lost
I have to use the FB 2000 bytes file for some processing and output will also be FB 2000 bytes.
Now I have to convert this FB 2000 bytes file to VB of 1000 bytes and the latest VB file will also have records that are in original file but when I compare those two they are different
What I want now is when I compare orignal VB file and the latest vb file both should be same.