Can anyone point me in the right direction. I need read a binary file,
decode it and import it's data into a database. Any advice or direction
would be of great help.
Russ
FileStream? BinaryReader? BitConverter? System.IO namespace?
> Can anyone point me in the right direction. I need read a binary file,
> decode it and import it's data into a database. Any advice or direction
> would be of great help.
>
> Russ
check out this link
http://www.builderau.com.au/architect/webservices/0,39024590,20277904,00.htm
and this one
http://blogs.msdn.com/jeremykuhne/archive/2005/07/21/441247.aspx

Signature
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
> Can anyone point me in the right direction. I need read a binary file,
> decode it and import it's data into a database. Any advice or direction
> would be of great help.
>
> Russ