![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Reality and Caché, also great platforms, are on par with OI as having a perception of being significantly different enough to preclude in-depth inquiry from any but the most motivated prospects. Regards, T |
#2
| |||
| |||
|
|
... I'm curious about other people's feelings on this subject. Are there truly "significant" differences with Reality and Cache, in relation to other (D3?) MV platforms, as Tony suggests? Or, is this one of those "Beauty is in the eyes of the beholder" topics? |
#3
| |||
| |||
|
|
Without going too deep I'll toss out a short list of what adds up to my definition of "significant": Regards, T |
#4
| |||
| |||
|
|
Without going too deep I'll toss out a short list of what adds up to my definition of "significant": Regards, T Tony: Thanks for the response. * I follow your thoughts on the "significant difference" issue. I guess you could say we were, for the most part, a "sideways migration". * However, "fail safe" and "DR" were key issues I needed to deal with. * D3/NT could not do so at the level we were at (7.4.7), so we are now positioned to start working towards implementing failsafe and DR on REALITY/NT. * Hardware and networking upgrades are already underway. Thanks again for your explanations. Best regards, Jim Cronin |
#5
| |||
| |||
|
|
Add to this: FOR J = A TO B blah blah NEXT J In some (D3), variable A and B are recalculated every loop, whereas in others (UV) they are only calculated once. Mike- Hide quoted text - - Show quoted text - |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
.... *Personally I would like to see a decent encryption algorithm to help with banking regulations, and yes it is an engineering item that I have requested. Peter McMurray |
#8
| |||
| |||
|
|
On Jun 1, 8:07 pm, Excalibur21<pgmcmur... (AT) gmail (DOT) com> wrote: .... Personally I would like to see a decent encryption algorithm to help with banking regulations, and yes it is an engineering item that I have requested. Peter McMurray One other major reason for moving to REALITY was the ability to create encrypted files (for existing files, create a "temp" file with the encryption option and key, move data from existing file to "temp", delete the original file, then rename "temp" to the original file name). Users must then be given permission to process against an encrypted file. Kittery Trading Post has several files for which we will be using encryption. There was a particular aspect of REALITY that I had to deal with, personally, and that had to do with their stacker. TCL commands are not stored, "ad infinitum", as with D3. Outside of the IT staff here at KTP, there are three users who are very TCL-savvy, as they do a large amount of queries. One of those users, our V.P. of Finance, was very disheartened to hear that his stacked commands were going to vanish. Selections / lists, done weeks, maybe months ago, were not going to be there for him to peruse with the CTL-A. I had to come up with a remedy, quickly, so I wrote my own stacker application, "replicating" (not necessarily the same as "duplicating") most of what D3' stacker does. Once a user enters TCL from any of the primary menus (and only a select few know the passwords to get to TCL from any of those menus), they "EXECUTE STAK", which is my stacker program. They will see a TCL-Prompt that is different from REALITY, and from that point on, every command will be captured in LIFO sequence (the last command entered is moved to the top of the stack; the entire command is processed in "locate-else-insert" fashion, so as not to duplicate; CTL-A (or ".S") at TCL, followed by some verbiage, will search their stacker for any instance of that verbiage; ".L" will list all commands, top-to-bottom with line numbers on left of screen; choose a line number to execute that command. For every occurrence found, the options allow for "R" to run that command; "C" to change it (maybe a long SELECT statement just needs different dates entered); or "Q" to quit back to TCL. Each user has commented that STAK fulfills their usage of D3 stacker. Considering what started this thread, I would have to say that the STAK application was my most "significant" difference to have to deal with. Best to all, Jim Cronin |
#9
| |||
| |||
|
|
Glad to hear that was the exent of what you had to worry about. Sorry I didn't know about this before you went to work to write you own. I'd have gladly given you mine that was originally in my Pick User Digest column back in 1988/89. Or pointed you to Harvey Rodstein's stacker that was in his Advanced techniques programming book. -- Cheers, SDM -- a 21st Century Schizoid Man Systems Theory project website:http://systemstheory.net find us on MySpace, GarageBand, Reverb Nation, Last FM, CDBaby free MP3s of Systems Theory, Mike Dickson & Greg Amov music athttp://mikedickson.org.uk- Hide quoted text - - Show quoted text - |
#10
| |||
| |||
|
|
On Jun 2, 3:52 pm, sdavmor<sdav... (AT) fakeemailaddy (DOT) com> wrote: Glad to hear that was the exent of what you had to worry about. Sorry I didn't know about this before you went to work to write you own. I'd have gladly given you mine that was originally in my Pick User Digest column back in 1988/89. Or pointed you to Harvey Rodstein's stacker that was in his Advanced techniques programming book. Thanks for the offer. However, one of the processes of my STAK program is to first move through REALITY's "stacker" (one batch for every "logoff", for each user) and grab any commands that may have been entered at the REALITY stacker. That way, in the event we find ourselves working outside of STAK, I can still collect the entries and post them to my STAK file. |
|
I do remember "Pick User Digest". And I know Harvey, but wasn't aware of his "Advanced Techniques" programming book. |
|
Again, thank you for the reply, and "stacker" offer. Jim Cronin -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |