Richard Myers said:
O.k Thanks... but if you read my messgae you'll see that those are exactly
the things i dont know, hence my post.
I am basically asking if there is a "discovery" tool which can assist me
in
obtaining this knowledge, given that
the application is "an unsupported legacy inventory management system."
You're right about this newsgroup it is a good resource and source of
knowledge.
For those enquiring about the relevance of my question to VB.Net, it was
implicit in posting to this group that i would be using vb.net
to implement the solution and thought there may even be some vb.net
specific namespaces/type to aid me in the "discovery".
Oao
Richard
I reckon that getting the data out of the machine it's on would probably be
easier than off some DAT file.
You have access to the client's legacy system computer?
What is it?
Do you know for sure what you got on that tape is all you need?
If you go look at whatever is in the vsam/flat/mdb/whatever files on the
actual computer, at least you know you have everything.
It's also more likely you can identify what the files are if you're looking
at separate tables/files.
This would then at least break the problem down into more manageable chunks.
Just because the package is unsupported doesn't mean it necessarily uses
files no odbc driver exists for.
I replaced one system we couldn't get the data out in any useful format.
The simplest way was to print off the data in reports and OCR the stuff in.
A while back, so OCR wasn't 100% reliable and messing around with reams of
fan-fold was rather labour intensive.
However, at least they could throw secretarial (cheaper than me) personnel
at the problem to check and modify dara manually.
The only time i can see working off a tape being the best option would be
where that's all I had access to.
The sort of person most likely to have experience of this sort of thing
would be a hacker/cracker.