Re: Read Binary Fields Using VB6
From: Unicorn (unicorn_at_somewhere.com)
Date: 10/28/04
- Next message: Unicorn: "Re: SQL"
- Previous message: shulem: "Re: XP peer2peer slow performance with mdb on a network drive !!!"
- In reply to: Len: "Read Binary Fields Using VB6"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 18:58:04 +0930
"Len" <Len@discussions.microsoft.com> wrote in message
news:7A130DBD-0EAC-43DA-9293-BCE4E4B22732@microsoft.com...
> I have a file of binary fields I have loaded into a database. It was
> inported as one field. I would like to seperate the data into fields but
> there is no delimiter. Does anyone out there have any ideas. Microsoft
> informed me that to their knowledge this has not been done since VB2.
>
> Thanx in advance!
>
> Len
You would be better off working with the binary file outside of the
database....... That just adds a level of complexity.
To read binary files, you really need to know something about the data
format, or spend some time working it out. Until you know what your are
reading from where and in what format and character set you will make little
progress.
Matt
- Next message: Unicorn: "Re: SQL"
- Previous message: shulem: "Re: XP peer2peer slow performance with mdb on a network drive !!!"
- In reply to: Len: "Read Binary Fields Using VB6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|