Special characters

77 views
Skip to first unread message

Evan Grammatikakis

unread,
Apr 20, 2024, 4:10:55 AMApr 20
to so...@googlegroups.com
Καλημέρα σε όλους
Εισάγω τιμές σε 2 αλφαριθμητικά πεδία διαφορετικών πινάκων (και οι 2 custom) μέσω όμοιων sqlscript. 
Όμοιο encoding στα API, όμοια properties στον mssql studio. 
Το ένα πεδίο δέχεται special characters το άλλο όχι… 
Μπορεί κάποιος να μου το εξηγήσει? 


Claudiu Nita

unread,
Apr 20, 2024, 4:15:25 AMApr 20
to so...@googlegroups.com
both varchar? or nvarchar? 
same characters? maybe some of them are in the extended set

--
Softone Developers Network group.
To post to this group, send email to so...@googlegroups.com
---
Λάβατε αυτό το μήνυμα επειδή έχετε εγγραφεί στην ομάδα "Softone Developers Network" των Ομάδων Google.
Για να απεγγραφείτε απ' αυτή την ομάδα και να σταματήσετε να λαμβάνετε μηνύματα ηλεκτρονικού ταχυδρομείου απ' αυτή, στείλτε ένα μήνυμα ηλεκτρονικού ταχυδρομείου στη διεύθυνση soft1+un...@googlegroups.com.
Για να κάνετε προβολή αυτής της συζήτησης στον ιστό, επισκεφτείτε τη διεύθυνση https://groups.google.com/d/msgid/soft1/AS8PR02MB92594291575C320023CD8EE7A80C2%40AS8PR02MB9259.eurprd02.prod.outlook.com.

Evan Grammatikakis

unread,
Apr 20, 2024, 4:33:22 AMApr 20
to so...@googlegroups.com
Both varchar
What do you mean by extended set? 



From: so...@googlegroups.com <so...@googlegroups.com> on behalf of Claudiu Nita <yo9...@gmail.com>
Sent: Saturday, April 20, 2024 11:15:11 AM
To: so...@googlegroups.com <so...@googlegroups.com>
Subject: Re: Special characters
 
Για να κάνετε προβολή αυτής της συζήτησης στον ιστό, επισκεφτείτε τη διεύθυνση https://groups.google.com/d/msgid/soft1/CAGd_GT0hjUbdSK4sKK7qWZwF9xpioPPjKYTkdp6zNtC2VRkS%2BQ%40mail.gmail.com.

Claudiu Nita

unread,
Apr 21, 2024, 4:56:07 PMApr 21
to so...@googlegroups.com
there are some "special" characters that can be stored in varchar but for everything else you should use nvarchar data type. it can store characters on more than 8 bit.
utf8 which is dynamic, it`s not implemented at all in mssql. so if you need to store some special characters which are not stored in varchar (for any of locale 1032, 1048, 1026 or whatever), use nvarchar
you can store them. you cannot retrieve them :) but this is another complicated story

Για να κάνετε προβολή αυτής της συζήτησης στον ιστό, επισκεφτείτε τη διεύθυνση https://groups.google.com/d/msgid/soft1/AS8PR02MB9259758B4209C60917F5539DA80C2%40AS8PR02MB9259.eurprd02.prod.outlook.com.
Reply all
Reply to author
Forward
0 new messages