[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] ASP behaving different since restart
- Subject: [cobalt-developers] ASP behaving different since restart
- From: "Todd Kirk" <tkirk@xxxxxxxxxxxxxx>
- Date: Tue Sep 10 20:37:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi, oK my issue is Interbase db value not showing correctly in ASP
BEFORE ASP RESTART -
DB VALUE DISLPAYS AS
0.5 5000
1.1 1.1
AFTER ASP RESTART
DB VALUE DISLPAYS AS
0.5 50
1.1 1.1
None of my ASP code has changed, I did the CGI-wrap update and also
needed to restart my ASP. This is when this weirdness happened. Any
ideas.
I am unhappy that the db value does not display as it's actual value,
formatting makes no difference. I would be happy with either of the
below solutions -
1. To get ASP to behave the way it did prior to restarting it. OR
2. To solve why the db value simply does not show as it's real value...
regards,
Todd Kirk