RE: [U2] Cost of Oracle vs PICK

2004-05-18 Thread David Jordan
Jeff In viewing older applications does not reflect the current status of the database product. I have an application written in Universe that has SQL table level security as you would find in an Oracle database, it uses transaction control and rollback recovery as you would find in an Oracle

Re: [U2] Cost of Oracle vs PICK

2004-05-18 Thread Bob Gerrish
I always tell everyone that you can do it in PICK with half the budget and a 1/3 the staff of any given project in Oracle. That is the plus. There is a lot of flexibility in the data structure. I agree with the security side. In RDBMS models, in general, you can (must) embed constraints and

[U2] 64 bit file detection

2004-05-18 Thread richu
Does anyone know of a tool, or have a decent routine that shows (on universe 10.1, aix 5.2) whether a file is a 32-bit or 64-bit file? Best Regards, Richard Unsworth Richardson Electronics, Ltd. Tel: (630) 208 2428 Fax: (630) 208 2957 EML: [EMAIL PROTECTED] --- u2-users mailing list

RE: [U2] Cost of Oracle vs PICK

2004-05-18 Thread James Canale, Jr.
The point of the SUV analogy was that many purchases such as Oracle and other software and hardware are made according to the Law of the Sheep: everyone else is doing it so it must be the right way to go. Before I proceed, let me state that I am not chiming in one way or the other regarding

Re: [U2] [UV] CATALOG verb

2004-05-18 Thread Dianne Ackerman
Great idea, thanks LeRoy! -Dianne Leroy Dreyfuss wrote: Dianne, While there is no option to make COMPLETE the default option for CATALOG, you could add a paragraph to the VOC to do it for you. Assuming you will only use it in PICK flavor, something like this might help you: :CT VOC CAT.PA

RE: [U2] 64 bit file detection

2004-05-18 Thread Steve Ferries
Please see attached! Steve -Original Message- From: richu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 1:06 PM To: '[EMAIL PROTECTED]' Subject: [U2] 64 bit file detection Does anyone know of a tool, or have a decent routine that shows (on universe 10.1, aix 5.2) whether a

Re: [U2] 64 bit file detection

2004-05-18 Thread Leroy Dreyfuss
Here is a quick and dirty program that should at least give you an idea of one way to do it in BASIC. Dict = '' File = '' Stats = '' Get(Arg.,1) File Then If UpCase(File) = 'DICT' Then Dict = UpCase(File) Get(Arg.) File Else Crt 'DICT requires a file name'

Re: [U2] 64 bit file detection

2004-05-18 Thread Ray Wurlod
Why so complex? The STATUS statement returns, in field 31 iirc, an indicator as to whether it's a 32-bit or 64-bit file. Open filename To filevarable Then Status filestuff From filevariable Then structure = filestuff31 Print (if structure = 5 then 64-bit else 32-bit) End End

[U2] IBM positioning Linux against Microsoft

2004-05-18 Thread Tony Gravagno
Ref: http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=50230 If IBM really wants to target Microsoft, why don't they start telling the world about all of the existing U2 applications that run on Linux with features and stability that rival that of competitors like Great Plains,

RE: [U2] UniBasic Performance Question

2004-05-18 Thread Don Verhagen
EQU V.SEC.SYNONYM TO COURSE.SECTIONS.REC.TABLEI.COURSE.SECTIONS,15 PRINT.VAR = V.SEC.SYNONYM verus PRINT.VAR = COURSE.SECTIONS.REC.TABLEI.COURSE.SECTIONS,15 I'm not sure but I think, in this case, elimating the EQUATE would be less keystrokes. Don [EMAIL PROTECTED] 4:03:24 PM 05/18/2004

Re: [U2] UniBasic Performance Question

2004-05-18 Thread FFT2001
In a message dated 5/18/2004 3:26:49 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: Hi All, I have a UniBasic program with hundreds of equate statements like EQU V.SEC.SYNONYM TO COURSE.SECTIONS.REC.TABLEI.COURSE.SECTIONS,15 Fawaz, equates are processed at compile time not at run

RE: [U2] Cost of Oracle vs PICK

2004-05-18 Thread Shawn Waldie
It looks like 'ignorant' might be a better descriptor than 'naove'. 8^) ...but still, aren't there any mv-type systems that can bring this guarantee to the table? -Original Message- From: James Canale, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 2:38 PM To: [EMAIL

Re: [U2] 64 bit file detection

2004-05-18 Thread Leroy Dreyfuss
Directories are neither 32 bit nor 64 bit, distributed files do not contain data and are always 32-bit with old-style headers, and I like to see errors and messages that at least somewhat explainable. To each his/her own for coding. As I said, it was a quick and dirty thing. As an FYI, type 1/19

RE: [U2] Companies going belly up converting from PICK/MV

2004-05-18 Thread Piers Angliss
snip The Alert Centre, Englewood CO USA, 1993 - 1996 The Alert Centre (yes they really spelled it that way) was an security \snip Sorry - how else could they have spelt Alert ? --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

RE: [U2] UniBasic Performance Question

2004-05-18 Thread David Jordan
The Equate statement makes the code more readable to other programmers. Assigning FAMILY.NAME to a print statement is more meaningful than REC3. By putting the EQUATE in an Include file, it is possible that you can change the field location ie FAMILY.NAME to rec4 and only have to change it once,

RE: [U2] Cost of Oracle vs PICK

2004-05-18 Thread David Jordan
We had the experience in SE Asia of a chairman wanting to buy an IBM mainframe so he could go to his exclusive club and be able to complain about the problems he is having with his IBM mainframe like all his associates. It was the in thing. David Jordan -Original Message- From: [EMAIL

SV: [U2] Cost of Oracle vs PICK

2004-05-18 Thread Claus Derlien
Also, how many times to you read about a PICK DB having virus related security issues? Lol - that is not because its dificult to crack security on a mv dbms, but is more due to the fact that no 18 year old script kiddie know there is a mv dbms to crack :-) Best regards from Denmark Claus

RE: [U2] Cost of Oracle vs PICK

2004-05-18 Thread James Canale, Jr.
...but still, aren't there any mv-type systems that can bring this guarantee to the table? ABSOLUTELY! That is why I said up front, that the comment was not about Oracle/PICK/U2. It was a general comment. It has more to do with what is out in the field and generally being used. For instance, if

RE: [U2] Cost of Oracle vs PICK

2004-05-18 Thread Ross Ferris
Bill, I think we all know that it is unlikely for this facility/these facilities to simply appear within U2 - certainly within the core product, because it would break to many existing applications, and require to people to make changes to (or even CREATE!) dictionaries, code etc. I agree

RE: [U2] UniBasic Performance Question

2004-05-18 Thread Ross Ferris
No change Ross Ferris Stamina Software Visage  an Evolution in Software Development -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Fawaz Ashraff Sent: Wednesday, 19 May 2004 5:27 AM To: U2 Users Discussion List Subject: [U2] UniBasic

RE: [U2] Companies going belly up converting from PICK/MV

2004-05-18 Thread Bruce Nichol
Goo'day, At 01:04 19/05/04, you wrote: The Alert Centre, Englewood CO USA, 1993 - 1996 The Alert Centre (yes they really spelled it that way) What? Something wrong with correct spelling, now? ~8^)) snip -- Incoming mail is certified Virus Free. Checked by AVG Anti-Virus

RE: [U2] Companies going belly up converting from PICK/MV

2004-05-18 Thread Adrian . Womack
At 01:04 19/05/04, you wrote: The Alert Centre, Englewood CO USA, 1993 - 1996 The Alert Centre (yes they really spelled it that way) What? Something wrong with correct spelling, now? ~8^)) Maybe he was talking about Centre being spelt the English way instead of the American way Center

Re: [U2] [UV] CATALOG verb

2004-05-18 Thread Trevor Ockenden
Dianne wrote... I'm using PICK flavour in UV version 9.6.1.4. I want all programs to be catalogued with the COMPLETE keyword. Is there an option somewhere I can set to force that keyword? I have found the Pick flavour of verbs frustrating so whenever I am in a Pick flavoured account I

Re: [U2] Companies going belly up converting from PICK/MV

2004-05-18 Thread Mark Johnson
Oddly enough one of my favorite clients converted from a legacy MV based Security monitoring system (ABM) to the DICE system and I hail it as perhaps the only migration in the 5-8 that I've participated in that was a marked improvement. To say it was seamless would be an understatement. This

Re: [U2] Cost of Oracle vs PICK

2004-05-18 Thread Will
Nope... some people buy an SUV because they need it or want it... but some do buy one just because it is what everyone else is doing. Alas, I am old enough to remember when people didn't want the label/tag sewn onto the outside of their clothing because a) they had a strong self worth without a

RE: [U2] Companies going belly up converting from PICK/MV

2004-05-18 Thread Ross Ferris
Back in the days of 8-bit computing, before the rise of MS-DOS, back in the era of CP/M, MP/M and the trash 80, there was an operating system with an embedded database called OASIS, with an enhanced BASIC that was aware of the database . I mention this only as an historical note, as the