Question on message "locale Charset"
roopendra bhargaw <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi, I installed the FreeTDS.rpm file on the linux host and able to make the connection with SQL Server using the following command in the linux host TDSVER=8.0 tsql -H <hostname> -p <port> -U <username> -P<password> But there is an annoying message which comes once you run the command ----------------------------------------------------------------- locale is "C" locale charset is "ANSI_X3.4-1968" -------------------------------------------------- How do we remove this message? Thanks