473,587 Members | 2,568 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Decimal value setting problem (ASP & ADODB.Recordset value & MSSQLServer & 2003 Server)

We upgraded our system and problem below occured, pleas help me...

Windows 2003 server SP1
When I set a decimal DB field value to "123,32" (using
ADODB.recordset ) updated value was ok (123.32)

Windows 2003 server SP2
Now when I set a decimal DB field value to "123,32" (using
ADODB.recordset ) updated value is (123.32)

Thanks

Systems
Windows 2003 server Enterprise SP2
SqlServer 2000 SP4
Activex Data Object 2.8~
IIS7, Classsical ASP

Sep 17 '08 #1
6 4905
!!! Correction....! !!
in the second state updated value is (12332) ... sory...
On 17 Eylül, 14:25, avcitamer <tta...@gmail.c omwrote:
We upgraded our system and problem below occured, pleas help me...

* * Windows 2003 server SP1
* * * * When I set a decimal DB field value to "123,32" (using
ADODB.recordset ) updated value was ok (123.32)

* * Windows 2003 server SP2
* * * * Now when I set a decimal DB field value to "123,32" (using
ADODB.recordset ) updated value is (123.32)

Thanks

Systems
* * * * Windows 2003 server Enterprise SP2
* * * * SqlServer 2000 SP4
* * * * Activex Data Object 2.8~
* * * * IIS7, Classsical ASP
Sep 17 '08 #2
avcitamer wrote:
!!! Correction....! !!
in the second state updated value is (12332) ... sory...
On 17 Eylül, 14:25, avcitamer <tta...@gmail.c omwrote:
>We upgraded our system and problem below occured, pleas help me...

Windows 2003 server SP1
When I set a decimal DB field value to "123,32" (using
ADODB.recordse t ) updated value was ok (123.32)

Windows 2003 server SP2
Now when I set a decimal DB field value to "123,32" (using
ADODB.recordse t ) updated value is (123.32)

Thanks

Systems
Windows 2003 server Enterprise SP2
SqlServer 2000 SP4
Activex Data Object 2.8~
IIS7, Classsical ASP
It sounds like a Regional Settings issue. By default, regional settings are
US. Perhaps you had changed the Regional Settings of the IUSR account to UK,
and the SP restored them to default?

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Sep 17 '08 #3
How can I cange Regional Settings of the IUSR on windows 2003 server?

On 17 Eylül, 14:41, "Bob Barrows [MVP]" <reb01...@NOyah oo.SPAMcom>
wrote:
avcitamer wrote:
!!! Correction....! !!
in the second state updated value is (12332) ... sory...
On 17 Eylül, 14:25, avcitamer <tta...@gmail.c omwrote:
We upgraded our system and problem below occured, pleas help me...
Windows 2003 server SP1
When I set a decimal DB field value to "123,32" (using
ADODB.recordset ) updated value was ok (123.32)
Windows 2003 server SP2
Now when I set a decimal DB field value to "123,32" (using
ADODB.recordset ) updated value is (123.32)
Thanks
Systems
Windows 2003 server Enterprise SP2
SqlServer 2000 SP4
Activex Data Object 2.8~
IIS7, Classsical ASP

It sounds like a Regional Settings issue. *By default, regional settings are
US. Perhaps you had changed the Regional Settings of the IUSR account to UK,
and the SP restored them to default?

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"- Alıntıyı gizle -

- Alıntıyı göster -
Sep 17 '08 #4
Never done it myself - I try my best not to write code that is affected
by those settings. You could change the password of the account, log
onto the machine as that account and use the Regional Settings dialog.
But changing the IUSR password can have unwanted consequences, so you
can edit the Registry, HKEY_Users/<IUSR node>/Control
Panel/International

The trick will be to identify the IUSR node ... maybe someone who has
done this can jump in. Or perhaps someone has a script to change the
regional settings of the IUSR account. You can try the .inetserver.iis
group, or the .scripting.vbsc ript group.

avcitamer wrote:
How can I cange Regional Settings of the IUSR on windows 2003 server?

On 17 Eylül, 14:41, "Bob Barrows [MVP]" <reb01...@NOyah oo.SPAMcom>
wrote:
>avcitamer wrote:
>>!!! Correction....! !!
in the second state updated value is (12332) ... sory...
>>On 17 Eylül, 14:25, avcitamer <tta...@gmail.c omwrote:
We upgraded our system and problem below occured, pleas help me...
>>>Windows 2003 server SP1
When I set a decimal DB field value to "123,32" (using
ADODB.record set ) updated value was ok (123.32)
>>>Windows 2003 server SP2
Now when I set a decimal DB field value to "123,32" (using
ADODB.record set ) updated value is (123.32)
>>>Thanks
>>>Systems
Windows 2003 server Enterprise SP2
SqlServer 2000 SP4
Activex Data Object 2.8~
IIS7, Classsical ASP

It sounds like a Regional Settings issue. By default, regional
settings are US. Perhaps you had changed the Regional Settings of
the IUSR account to UK, and the SP restored them to default?

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so
I don't check it very often. If you must reply off-line, then remove
the "NO SPAM"- Alıntıyı gizle -

- Alıntıyı göster -
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Sep 17 '08 #5
On 17 Eylül, 17:33, "Bob Barrows [MVP]" <reb01...@NOyah oo.SPAMcom>
wrote:
Never done it myself - I try my best not to write code that is affected
by those settings. You could change the password of the account, log
onto the machine as that account and use the Regional Settings dialog.
But changing the IUSR password can have unwanted consequences, so you
can edit the Registry, HKEY_Users/<IUSR node>/Control
Panel/International

The trick will be to identify the IUSR node ... maybe someone who has
done this can jump in. Or perhaps someone has a script to change the
regional settings of the IUSR account. You can try the .inetserver.iis
group, or the .scripting.vbsc ript group.

avcitamer wrote:
How can I cange Regional Settings of the IUSR on windows 2003 server?
On 17 Eylül, 14:41, "Bob Barrows [MVP]" <reb01...@NOyah oo.SPAMcom>
wrote:
avcitamer wrote:
!!! Correction....! !!
in the second state updated value is (12332) ... sory...
>On 17 Eylül, 14:25, avcitamer <tta...@gmail.c omwrote:
We upgraded our system and problem below occured, pleas help me...
>>Windows 2003 server SP1
When I set a decimal DB field value to "123,32" (using
ADODB.records et ) updated value was ok (123.32)
>>Windows 2003 server SP2
Now when I set a decimal DB field value to "123,32" (using
ADODB.records et ) updated value is (123.32)
>>Thanks
>>Systems
Windows 2003 server Enterprise SP2
SqlServer 2000 SP4
Activex Data Object 2.8~
IIS7, Classsical ASP
It sounds like a Regional Settings issue. By default, regional
settings are US. Perhaps you had changed the Regional Settings of
the IUSR account to UK, and the SP restored them to default?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so
I don't check it very often. If you must reply off-line, then remove
the "NO SPAM"- Alýntýyý gizle -
- Alýntýyý göster -

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.- Alıntıyı gizle -

- Alıntıyı göster -
i solved it by the helps of you.

I checked the checkbox as shown below. It solved...
Regional Settings-->Advenced-->Default User Account Settings--
>[x]Apply all settings to then current user account to the default
user profile.

thanks alot.
Sep 18 '08 #6
avcitamer wrote:
On 17 Eylül, 17:33, "Bob Barrows [MVP]" <reb01...@NOyah oo.SPAMcom>
wrote:
>Never done it myself - I try my best not to write code that is
affected by those settings. You could change the password of the
account, log onto the machine as that account and use the Regional
Settings dialog. But changing the IUSR password can have unwanted
consequences , so you can edit the Registry, HKEY_Users/<IUSR
node>/Control Panel/International

The trick will be to identify the IUSR node ... maybe someone who has
done this can jump in. Or perhaps someone has a script to change the
regional settings of the IUSR account. You can try the
.inetserver.ii s group, or the .scripting.vbsc ript group.

i solved it by the helps of you.

I checked the checkbox as shown below. It solved...
Regional Settings-->Advenced-->Default User Account Settings--
>[x]Apply all settings to then current user account to the default
user profile.

thanks alot.
Good to know - thanks for the follow-up.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Sep 18 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5747
by: monika | last post by:
hi ... I have an asp page which has 3 buttons. <p align="center"><input class="button" type="button" onClick="location='welStudent.asp';" value="Click to write a new story"></p> <p align="center"><input class="button" type="button" onClick="location='draftedStory.asp';" value="Click to complete the drafted story"></p> <p align="center">...
9
19905
by: Roger Withnell | last post by:
I'm inserting a new record into an MS SQL database table and I want to obtain the new records autonumber immediately afterwards, as follows: MadminRS.CursorLocation = adUseServer MadminRS.CursorType = adOpenKeyset MadminRS.LockType = adLockOptimistic MadminRS.Open "NavBar", objConn, , , adCmdTable MadminRS.AddNew MadminRS("Url") =...
6
5487
by: Nathan Sokalski | last post by:
I recently downloaded and installed (hopefully correctly) MSDE 2000 Release A. I previously, and still do, have the version of IIS that comes with XP Professional installed on my computer. I wanted MSDE 2000 Release A so that I could do database access using ASP from my websites, which are on my computer. When I went to my first test website,...
4
3010
by: dmiller23462 | last post by:
So here's my problem.....I need to set up different email distributions based on which option in the following Select form has been chosen....For instance if "Putaway" is chosen it needs to email User1@here.whatever and User4@here.whatever but if "Loaded" is chosen it needs to email User2@here.whatever and User3@here.whatever, etc, etc... ...
4
4621
by: Jack | last post by:
Hi, I have a checkbox the value which goes to a database via a asp page that builds the sql string. In the front end asp page, the checkbox code is written as follows: <i><input type="checkbox" name="chk_Complete" value="<%Response.Write l_IsChecked%>"<%if cbool(l_IsChecked) then Response.Write " checked"%>> The code to captures the...
19
9305
by: Adam Short | last post by:
I am trying to write a routine that will connect a .NET server with a classic ASP server. I know the following code doesn't work! The data is being returned as a dataset, however ASP does not recognise datasets and requires a recordset. Can the datatypes be converted? At the Classic ASP end or .NET end? Can SOAP toolkit provide the...
0
2324
by: jayohare | last post by:
Hello, I have code within my DB application to process credit cards through authorize.net. Ive been using the same code for several years without a problem. I have an order entry computer and after reinstalling Win XP, we used Office/Access 2003. When we try to process CC's we get a debug screen and Access itself crashes. However, the code...
0
1879
by: thisis | last post by:
Hi All, I'm getting an error on my ASP page: Microsoft VBScript runtime error '800a000d' Type mismatch: 'StoreFileIntoField' I assume - 99.5% - the error is generated because of worng value types, I attemp to pass from my ASP/VBScript page to the VB/DLL function.
0
1613
by: thisis | last post by:
Hi All, I'm getting an error on my ASP page: Microsoft VBScript runtime error '800a000d' Type mismatch: 'StoreFileIntoField' I assume - 99.5% - the error is generated because of worng value types, I attemp to pass from my ASP/VBScript page to the VB/DLL function.
0
7918
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8206
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7967
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6621
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5713
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3875
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1452
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1185
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.