[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Reading & Writing a bar code



We are running on HP UNIX with an Oracle Database. I have tried read/write
but that doesn't work. I even wrote a C program to try reading in the bar
code but still had no success. I opened the file as a binary file but when
it gets to the HEX character 00 it goes on to the next line and chops off
about 200 characters of the string. I meant to say HEX in previous mail but
I'm a little frazzled.

Thanks for replying Franck,
Dan

        on which Operating system are you running ?  have to try to write a
read/open/close function to manipulate your file?
        Franck,


        Johnson, Dan wrote:
                >
                > Hello All,
                >         Is there a way to read in bar codes from one file
and then write
                > them out to another file using SQR. I have tried reading
them as variable
                > length records but I can't seem to read the octal
character 00. I would read
                > in the files as fixed length but the records in the file
have variable
                > length. Any help would be greatly appreciated.
                >
                > Thank you,
                > Dan.