S
SteveK
I'm trying to write a quick migrate tool to convert our old binary flat DB
to SQL Server. I thought I would use C# and get started with a managed
language. I have found plenty of examples of how to read a binary file into
an array of bytes, great. But what do I do with it then?
How can I copy n bytes from my data byte[] into the new, managed float
object that I just declared? What am I missing? Any ideas?
Thanks for any help, this is one of those problems that once solved will
open the flood gates of success
-Steve
to SQL Server. I thought I would use C# and get started with a managed
language. I have found plenty of examples of how to read a binary file into
an array of bytes, great. But what do I do with it then?
How can I copy n bytes from my data byte[] into the new, managed float
object that I just declared? What am I missing? Any ideas?
Thanks for any help, this is one of those problems that once solved will
open the flood gates of success

-Steve