I am an IT Consultant. I
have a client that is a Consulting firm that has developed software
in PICK/Basic running on intel
Windows 2003 Server. They have used the
PICK database before Rocket
acquired it and now work with the Rocket Product.
I am doing some joint work with
them and need to find out all I can about using PICK/Basic.
I have a personal edition
Rocket’s D3 Virtual Machine Environment and D3 ODBC Server installed
and running on windows 7 Pro 64
bit system with a database from their development environment.
I have wIntegrate 98 installed for a BP Source editor. They have 39 years of development by one person who
Primarily it is:
Any help you can provide me with
will be appreciated.
James R. Martin
J. Martin Associates
e-mail: jma...@jmartinassociates.net
When I create an application using my documentation tools I create all the file layouts of the files anda overview of all the programs and processes that become part of the installed application. I am planning with this D3 database toextract all the file information and create with my tools and modern updated application.
Hello James,Here is a brief outline of some ideas. I'd like to claim them all as my own; but honestly: Tony Gravagno suggested something like this one to me; and it's rather neat.You may need to obtain some training; so if the following makes limited sense; I'm sorry!In d3, files have two sections or 'levels' typically. A 'dictionary' and a 'data' level. A file which contains application code would have the source held in the data level, and complied [executable] code stored in the dictionary [or to be pedantic "pointed to"].
Now, a d3 data level file can be a folder outside of d3 in Windows-land; so in the case of the data level of any source code file you could arrange for the data level only to be such a directory. As each entry in the data level will then appear as a text file to Windows; you can ustor you choose. Even Notepad. No need for ODBC etc and so forth.e ANY Windows based text edi
Dear David
Thank you so much for you explaining me how to do this, it is very helpful and y explained it very well. Tomorrow Thursday I will be in the company where I need this and I will try to do this as you were explaining me.
With Creating a single-level file and put Q pointer into the Dictionary you men this?
CREATE-FILE DICT TDAWORK 31
and after this
ED DICT TDAWORK TDAWORK
001 Q
002
003 DOS:S:/TDAWORK
FS
Is this right?
I worked a lot of years with the Pick Sytem R83 and the company where I was programming with Pick Sytem R83 some years ago the updated de Pick R83 to D3, put I still programming in the D3 as I did it with the R83, but I know that D3 has more power and there are a lot of things which cut be programmed better an easy, put I do not know how. Could you please say me where I could find examples and help for doing this?
Thank you very much for helping me, best regards
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
...
I am doing some joint work with them and need to find out all I can about using PICK/Basic...