Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > bde problems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-01-03, 16:13
chavez1000 chavez1000 is offline
Registered User
 
Join Date: Jul 2003
Posts: 2
bde problems

I have a delphi app with odbc/bde connection to the oracle 9i DB. The servers operating system itīs windows2000 Terminal Server. Sometimes I have seen that the thousans separators in the database show like this "10,000" and sometimes like this "10.000"
Any suggestion.

Thanks
Reply With Quote
  #2 (permalink)  
Old 07-01-03, 17:11
LKBrwn_DBA LKBrwn_DBA is offline
Registered User
 
Join Date: Jun 2003
Location: West Palm Beach, FL
Posts: 1,952
Cool

Check the NLS_LANG parameter in those clients where the separator is incorrect.

Also make sure the NLS_NUMERIC_CHARACTERS parameter is not being modified by the session.



Last edited by LKBrwn_DBA : 07-01-03 at 17:15.
Reply With Quote
  #3 (permalink)  
Old 07-02-03, 03:49
chavez1000 chavez1000 is offline
Registered User
 
Join Date: Jul 2003
Posts: 2
bde problems

Quote:
Originally posted by LKBrwn_DBA
Check the NLS_LANG parameter in those clients where the separator is incorrect.

Also make sure the NLS_NUMERIC_CHARACTERS parameter is not being modified by the session.


I donīt know how to make this. Can you show me how? or where I can find information about that.

Thanks a lot
Reply With Quote
  #4 (permalink)  
Old 07-02-03, 12:38
LKBrwn_DBA LKBrwn_DBA is offline
Registered User
 
Join Date: Jun 2003
Location: West Palm Beach, FL
Posts: 1,952
Lightbulb

In your windows client look under:

HKEY_LOCAL_MACHINE>SOFTWARE>ORACLE

Key name: NLS_LANG
String: (Look in: http://download-west.oracle.com/docs...a90236/toc.htm)


Other parameters that may be changed by the user session are the monetary paramaters that drive the currency and punctuation symbols: NLS_CURRENCY, NLS_ISO_CURRENCY, NLS_MONETARY_CHARACTERS which are driven by the 'TERRITORY' setting ing NLS_LANG or by default in NLS_TERRITORY.

You may want to check these settings in the database to compare against the setting of NLS_LANG in the clients.

Good luck.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On