Darin, I agree with our colleagues - A couple hours of consulting time
will get things fixed quickly. Yes, that release of D3 is old but D3
is a current DBMS and used widely. Getting data out of D3 is very
straight-forward but figuring out how to do it on your own with no
mentoring or time invested will be a pain.
Based on your website bio I see you're trying to approach this like a
SQL database. D3 is mostly used as an environment that you get into,
and do all operations from within. Import/Export of data is quite
easy from within the VM but you need to know what fields to use, which
isn't a question you've asked yet but I'm sure it will be in a few
days if you continue down this path. In a few more days you might
realize that you can't do SQL queries without mapping the existing
definitions to a SQL-compliant schema - remember, this is not
relational so it must be told how to "look" relational. The best way
is to not use SQL at all - we don't need to access MV data using
"queries" like we do with relational databases.
I see you have C# experience. A .NET class library called mv.NET is
available which will allow you to connect into that D3 system and do
queries on the data using graphical tools (or even direct from
VS2003/5). You can export the data into datasets, and serialize or
pass the data to a relational environment as you wish. E-mail me for
more info.
I can offer remote assistance to get into the box, work with you to
see what's in there, and export what you need, but timing could be an
issue these days as I'm working on a number of projects and going to
Chicago for a couple weeks starting next week.
The D3 system is quite capable. Please don't assume data needs to be
migrated - it's possible to integrate the system and applications into
the end-user environment. I can help you (and your client?) to decide
how to best interoperate with that box, and even work with you to
extract out all required data if required.
HTH
Tony Gravagno
Nebula Research and Development
Former D3 Product Manager, QA Manager, and other useless titles
darin.strait wrote:
Quote:
The situation:
I have been tasked with pulling the data out of an old and mostly
undocumented 3rd-party D3 system running on AIX.
I have learned everything I know about Pick in the last 24 hours.
The system is running AIX 4.3. The odbcsvr daemon says that it is
version 7.1.x.S23, I presume that the pick VM itself is of the same
vintage. |