|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 9:30 PM
Points: 912,
Visits: 198
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 11, 2007 6:21 AM
Points: 1,
Visits: 1
|
|
| Hello. Sorry about bad english. We are a Brazilian Sotware Producer and we develope a program that runs in Brazilian Portuguese, German, English, French, Italian, Spanish, and Turkish for a german customer using MSDE and we had too many problems with regional options and language. At end of development we choose for to delive the database language files and attach them on customer´s sql server machines to prevent data errors. But, how to perform when a customer tries to insert a string that uses simple quote mark, like: " Copo D´Água " ? The product can be running in various MSDE different languages. We will don´t know which of them. My regards. Reginaldo.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 9:30 PM
Points: 912,
Visits: 198
|
|
what are the data types that are using use nvarchar , nchar and ntext
My Blog: http://dineshasanka.spaces.live.com/
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, March 20, 2009 5:30 PM
Points: 213,
Visits: 65
|
|
There is an error in Bulgarian months - for april - needs to be corrected - well, I do not have a cirilic right now and I cannot write it down but it's wrong... Hope this will help.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 9:30 PM
Points: 912,
Visits: 198
|
|
Sorry for the mistake. thankx for the information
My Blog: http://dineshasanka.spaces.live.com/
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, October 31, 2005 3:17 PM
Points: 13,
Visits: 1
|
|
Globalization is misspelled.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 9:30 PM
Points: 912,
Visits: 198
|
|
Major mistake!!! will be corrected
My Blog: http://dineshasanka.spaces.live.com/
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 9:30 PM
Points: 912,
Visits: 198
|
|
Corrections are done. Title caption needed to be corrected.
My Blog: http://dineshasanka.spaces.live.com/
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 2:15 PM
Points: 1,176,
Visits: 674
|
|
To avoid single quoted problems make sure to validate the input. Use of single quotes is a well know SQL inject attack used from hackers. Try replace each single quotes for two single quotes. I´m also a brazilian developer and the SQL server date handle provide most os bad time. First if the SQL is installed at us language setting the session language is ineffective. This is a bug of SQL server. My personal experience proved reset default server language, set dateformat, set session language and set user language sometimes dont works! In addiction for the problems the use of diferent collations at the same database can destroy the simpliest comparation "a" = "a" can be evaluate to false! Consider the cenario where u send updates for the customer to create a new table. The SQL server at the customer have a different default collation. Expect for a lot of problems. And at end the britanic imperial system default for all US softs is weird.  Jean
|
|
|
|