SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Discuss Year 2000 Issues -- Ignore unavailable to you. Want to Upgrade?


To: John Mansfield who wrote (670)12/11/1997 5:07:00 PM
From: John Mansfield  Read Replies (2) | Respond to of 9818
 
Y2K-Dutch - Y2K page of the Dutch association of IT vendors

fenit.nl



To: John Mansfield who wrote (670)12/12/1997 2:56:00 PM
From: John Mansfield  Respond to of 9818
 
Y2K-VISUALBASIC : the biggest single reason for VB's non-compliance is the use of Strings to handle dates

class-solutions.com

- So Y2K should be splattered all over PC magazines!

- What about MS products being 'Year 2000 Ready'!? Surely not all the apps written with MS development tools. It is time that Bill Gates really speaks up about this issue, as Peter de Jager has asked him to do in Datamation of August(?) 1997.

John

------------------------------------------------------------------------------------------

Because the Year 2000 problem is so easily identifiable with COBOL and because Visual Basic is such a new language, many people are under the impression that the applications written with the Visual Basic programming language are completely Year 2000 compliant. In reality, nothing could be further from the truth.

Visual Basic includes various date handling functions and procedures which are intrinsic to the language, in most cases, these functions are totally unaware of the Year 2000. In fact, because of the implicit implication that these functions will work into the Year 2000, and because of over confidence in the language, applications written in Visual Basic are probably more likely to cause problems than many other languages.

Microsoft have taken steps to correct these problems by introducing fixes to these date functions in each of the major releases.

Visual Basic version 4.0 goes a long way towards fixing the date problems and most date functions recognise the Year 2000, however, VB 4.0 will always assume the current century when entering dates so therefore processing dates across two centuries will not work.

VBA 5.0 goes even further by introducing an industry accepted technique known as windowing. This technique makes assumptions about the intended century of a two digit year. However, this solution is also flawed because the window is a fixed window which only interprets dates up until 2030. For instance, given the date "01/01/32", VBA 5.0 will assume that the intended year is 1932.

Because the majority of businesses are still using 16 bit Windows (3.1 or 3.11), this look at the language will focus on version 3.0 of Visual Basic. The innovations introduced in later versions of VB are all very exiting but the main task at hand is to serve the businesses that are looking at systems already built with Visual Basic and for the most part, those existing systems will have been built using VB 3.0.

Probably the biggest single reason for VB's non-compliance is the use of Strings to handle dates as opposed to Variants of type V_DATE (7) or actual Date data types (VB 4 & 5).

Many programmers use strings to store dates internally because there is either a general reluctance to use the Variant (based on horror stories about the bad performance of Variants), or because the programmers are simply unaware that variants can and should be used.......



To: John Mansfield who wrote (670)12/12/1997 5:19:00 PM
From: John Mansfield  Respond to of 9818
 
Y2K-EMBEDDED - GIGA Conference - embedded software is often forgotten

'De Automatiseringsgids 12/12/1997':

David Spinks of AEA Technology: in the Y2K projects, IT managers are often responsible for embedded systems also. They think: 'this system does not use a date, so there is no problem'. They will be sorry for thinking that way.'

Ann Coffou of GIGA: the Y2K project will only be succesful when highest management is visibly endorsing the project

She continued: 'do not worry about VCR, elevators. Do worry about systems for industrial production, hart monitors in hospitals, power plants'.

Making an inventory and testing takes months in a medium size company. Great care is needed during testing. Spinks: 'in GB there are only 6000 engineers that can do this. Without carefull testing, the entire plant can be stopped because of the testing. Errors can occur in PLC's, SCADA, measuring equipment on a gas pipeline'.

Philip Collins, responsible for the Y2K project at British Railtrack: 'some people complain about IT people not documenting their software enough. but engineers are much worse'. He states that 'the IT systems will be ready on schedule; but the planning will be exceeded with 6 months because of the embedded software problems.'