Re: [U2] U2 University link

2007-07-22 Thread George Land
It's shift F3 and shows as a pound sign when I type the message but it's
become a hash when the message comes back.  But I am typing this on a
MacBook.

George


On 22/7/07 15:25, "MAJ Programming" <[EMAIL PROTECTED]> wrote:

> George: Is your  character the "L" for pounds and not the "$" for
> dollars, hence using the "#" character? Interesting.
> Thanks
> - Original Message -
> From: "George Land" <[EMAIL PROTECTED]>
> To: 
> Sent: Sunday, July 22, 2007 2:24 AM
> Subject: Re: [U2] U2 University link
> 
> 
>> My understanding is that the UK price will be changed to #500.  Still more
>> than the US ones but better than the #650 shown on the web site and
>> reflective of the fact that it will be more expensive for IBM to deliver
> it
>> in the UK than in the US.
>> 
>> George Land, APT Solutions Ltd
>> 
>> 
>> On 21/7/07 23:56, "Martin Phillips" <[EMAIL PROTECTED]> wrote:
>> 
>>> Hmmm...
>>> 
>>> Why is the UK event 50% more expensive than the US version? A quick look
> at
>>> Travelocity shows I could fly out to the New York session for about the
> same
>>> as the price difference.
>>> 
>>> 
>>> Martin Phillips, Ladybridge Systems Ltd
>>> ---
>>> u2-users mailing list
>>> u2-users@listserver.u2ug.org
>>> To unsubscribe please visit http://listserver.u2ug.org/
>> 
>> 
>> **
>> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify us immediately on +44
> (01952) 214000 or at [EMAIL PROTECTED] . Please delete and
> destroy any copies in any format of this email you may have received in
> error. The recipient should note that the views contained or expressed
> within this correspondence do not necessarily reflect those of APT Solutions
> Limited , it subsidiaries, affiliates or associates. This email and any
> attachments are not guaranteed to be free from so-called computer viruses
> and it is recommended that you check for such viruses before down-loading it
> to your computer equipment. It is the responsibility of the recipient to
> ensure that the onward transmission, opening or use of this message or any
> attachments will not adversely affect their systems or data.
>> 
>> Registered Office:- Stratum House, Stafford Park 10, Telford, Shropshire,
> TF3 3AB
>> 
>> Registration Number:- 2228445
>> 
>> Place of Registration: England & Wales
>> **
>> ---
>> u2-users mailing list
>> u2-users@listserver.u2ug.org
>> To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] U2 University link

2007-07-22 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, MAJ 
Programming <[EMAIL PROTECTED]> writes

George: Is your  character the "L" for pounds and not the "$" for
dollars, hence using the "#" character? Interesting.
Thanks


Modern UK keyboards use  for #.

When I started programming, they used  and didn't have a $ 
symbol ...


Cheers,
Wol
--
Anthony W. Youngman <[EMAIL PROTECTED]>
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site -  Open Source Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-22 Thread Anthony W. Youngman
In message 
<[EMAIL PROTECTED]>, Dawn 
Wolthuis <[EMAIL PROTECTED]> writes

On 7/20/07, Anthony W. Youngman <[EMAIL PROTECTED]> wrote:

In message
<[EMAIL PROTECTED]>, Dawn
Wolthuis <[EMAIL PROTECTED]> writes



"Mathematicians prove theories correct, Scientists prove theories
wrong".

Computer Science is in the business of proving things correct, therefore
it can't be science :-( Oh - and you need the correct definition of a
theory before you can understand the above definition - "A theory is
something which is not yet proven". (And for those who wonder at that
definition, seeing as we seem to believe many scientific theories as
"proven", scientific theories are believed precisely because we have
been UNABLE to prove them wrong. Mind you, I can't off-hand recall *any*
scientific theories currently that haven't - at least in the fine detail
- been proven wrong.)


Another fine point here as there is another definition that is more
applicable to the term "mathematical theory."  I sometimes poke or
"tease" relational theorists (do I know how to have fun or what?) by
using your above def of theory, but if you look at something like
http://www.answers.com/theory&r=67 and take the third def, that is
what is intended when discussing what is considered a mathematical
"theory" -- A set of theorems that constitute a systematic view of a
branch of mathematics.


But I think, even there, it's still unproven (and therefore a theory by 
my definition), because as soon as it's proven it becomes a theorem in 
its own right ("theorem" - that which trivially follows from the chosen 
axioms).


So, when Date or Codd uses the term "relational theory" they do not
mean that it is something that is not yet proven, they are referring
to doing pure mathematics.  --dawn


Which is why we shouldn't be using it in real life :-)

Cheers,
Wol
--
Anthony W. Youngman <[EMAIL PROTECTED]>
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site -  Open Source Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Conversion code for week number

2007-07-22 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Martin Phillips 
<[EMAIL PROTECTED]> writes

Hi Mark,

The U2 conversion code source code is not public so we can only guess. 
The method used by OpenQM was recently changed to correct problems with 
dates way back in history and is essentially as follows. It sounds 
complex but it is mostly just a series of division operations.


1.  Add 718430 to the day number. This gives a datum of 1 January 0001 
to simplify things. (QM documents that it doesn't support BC dates and 
that we don't allow for the calendar changes in 1752 or 1583 depending 
on where you live).


Or 1919 :-) I always like to point out that 2000 was the first "century 
year" since 1600 when Europe actually agreed whether it was a leap year 
or not.


2. Divide by 146097 to work out how many 400 year cycles we have 
completed. This allows for the complications of leap year calculations.


I'd've thought you could handle the calendar change dead easy here... 
just have a cut-off date (user selectable :-) for the switch between 
calendars, and if it's before that date you apply a constant, while if 
it's after you apply this 400 correction. At the cost of one extra IF, 
you've now got accurate dates right back to start of the modern 
calendar.


Cheers,
Wol
--
Anthony W. Youngman <[EMAIL PROTECTED]>
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site -  Open Source Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Conversion code for week number

2007-07-22 Thread MAJ Programming
Thanks Martin.

I've heard of several algorhythms similar to this and was curious what Pick
used. Every time I tried my own expressions I either came up short on
covering all dates or it was way too time consuming. Of course I wasn't
writing it in assembler or other lower (faster) code either.

Thanks.
- Original Message -
From: "Martin Phillips" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, July 21, 2007 6:47 PM
Subject: Re: [U2] [UV] Conversion code for week number


> Hi Mark,
>
> The U2 conversion code source code is not public so we can only guess. The
> method used by OpenQM was recently changed to correct problems with dates
> way back in history and is essentially as follows. It sounds complex but
it
> is mostly just a series of division operations.
>
> 1.  Add 718430 to the day number. This gives a datum of 1 January 0001 to
> simplify things. (QM documents that it doesn't support BC dates and that
we
> don't allow for the calendar changes in 1752 or 1583 depending on where
you
> live).
>
> 2. Divide by 146097 to work out how many 400 year cycles we have
completed.
> This allows for the complications of leap year calculations.
>
> 3. Work out how many 100 year cycles we are into the remaining years from
> step 2.
>
> 4. Work out how many 4 year cycles we are into the remaining years from
step
> 3.
>
> 5. Calcualte whole years into the current 4 year cycle.
>
> 6. Decide if this is a leap year.
>
> 7. Work out the calendar date within the year.
>
> 8. Now that we know the day/month/year, apply the conversion code to
> construct the actual date string.
>
> Our date conversions also have codes for 1st, 2nd, 3rd,... style dates and
> for ISO week numbers. The ISO week calculation is even more horrific but
is
> well documented on the web
(http://personal.ecu.edu/mccartyr/ISOwdALG.txt).
>
>
> Martin Phillips
> Ladybridge Systems Ltd
> 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
> +44-(0)1604-709200
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] U2 University link

2007-07-22 Thread MAJ Programming
George: Is your  character the "L" for pounds and not the "$" for
dollars, hence using the "#" character? Interesting.
Thanks
- Original Message -
From: "George Land" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, July 22, 2007 2:24 AM
Subject: Re: [U2] U2 University link


> My understanding is that the UK price will be changed to #500.  Still more
> than the US ones but better than the #650 shown on the web site and
> reflective of the fact that it will be more expensive for IBM to deliver
it
> in the UK than in the US.
>
> George Land, APT Solutions Ltd
>
>
> On 21/7/07 23:56, "Martin Phillips" <[EMAIL PROTECTED]> wrote:
>
> > Hmmm...
> >
> > Why is the UK event 50% more expensive than the US version? A quick look
at
> > Travelocity shows I could fly out to the New York session for about the
same
> > as the price difference.
> >
> >
> > Martin Phillips, Ladybridge Systems Ltd
> > ---
> > u2-users mailing list
> > u2-users@listserver.u2ug.org
> > To unsubscribe please visit http://listserver.u2ug.org/
>
>
> **
> This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify us immediately on +44
(01952) 214000 or at [EMAIL PROTECTED] . Please delete and
destroy any copies in any format of this email you may have received in
error. The recipient should note that the views contained or expressed
within this correspondence do not necessarily reflect those of APT Solutions
Limited , it subsidiaries, affiliates or associates. This email and any
attachments are not guaranteed to be free from so-called computer viruses
and it is recommended that you check for such viruses before down-loading it
to your computer equipment. It is the responsibility of the recipient to
ensure that the onward transmission, opening or use of this message or any
attachments will not adversely affect their systems or data.
>
> Registered Office:- Stratum House, Stafford Park 10, Telford, Shropshire,
TF3 3AB
>
> Registration Number:- 2228445
>
> Place of Registration: England & Wales
> **
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Unidata 7.1 / RedBack 4.2.6 / Connections dropping?

2007-07-22 Thread Andy Pflueger

Hi all,

We've recently implemented a workaround on our Solaris 9 (production)
box to restartrgw on a daily basis...immediately following our backup
script that essentially runs dbpause, breaks mirror, dbresume, backups
the broken mirrored disk, and mirror resync. In addition, we're also
running UD w/ RFS enabled. The problems that we are facing (hence why
the workaround was implemented to restartrgw) was that RedBack would
intermittently drop connections if it goes for 3-4 days or so without
being restarted. By dropping connections I'm referring to anytime our
apps that use RedBack (very few anymore that we're developing our apps
with UniObjects) would result in unsuccessful db connection attempts.
Restartrgw seems to solve the immediate issue as does restartrgw on a
daily basis.

Has anybody out there running a similar setup encountered such
situations and is 'restartrgw' ultimately the best solution here? We
are, in fact, also running REDBACK.GC via a process that runs nightly
to keep garbage collection clean so I don't believe it's GC that is
part of the problem. Not sure if this makes sense or not, but it seems
to have started soon as we turned on RFS.

TIA,
Andy Pflueger
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/