473,396 Members | 2,115 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 4888
!!! Correction....!!!
in the second state updated value is (12332) ... sory...
On 17 Eylül, 14:25, avcitamer <tta...@gmail.comwrote:
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.comwrote:
>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"
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...@NOyahoo.SPAMcom>
wrote:
avcitamer wrote:
!!! Correction....!!!
in the second state updated value is (12332) ... sory...
On 17 Eylül, 14:25, avcitamer <tta...@gmail.comwrote:
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.vbscript 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...@NOyahoo.SPAMcom>
wrote:
>avcitamer wrote:
>>!!! Correction....!!!
in the second state updated value is (12332) ... sory...
>>On 17 Eylül, 14:25, avcitamer <tta...@gmail.comwrote:
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 -
--
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...@NOyahoo.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.vbscript 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...@NOyahoo.SPAMcom>
wrote:
avcitamer wrote:
!!! Correction....!!!
in the second state updated value is (12332) ... sory...
>On 17 Eylül, 14:25, avcitamer <tta...@gmail.comwrote:
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 -

--
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...@NOyahoo.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.vbscript 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
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...
9
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...
6
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...
4
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...
4
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...
19
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...
0
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...
0
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...
0
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.