MySQL Forums
Forum List  »  Delphi

Identifier of decimal point
Posted by: Eduardo Teixeira
Date: November 23, 2007 07:30AM

Hello, need a way to replace the identifier of decimal point to comma there any way?

In Oracle I do this:

Query_aux.SQL.Text:=' ALTER SESSION SET NLS_NUMERIC_CHARACTERS=".," ';
Query_aux.ExecSQL();

Options: ReplyQuote


Subject
Written By
Posted
Identifier of decimal point
November 23, 2007 07:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.