get server default collation ad character set
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How can I determine the default character set and collation for the mysql server?
-
Hi, How can I determine the default character set and collation for the mysql server?
Use
ServerProperty()
Function. See MSDN[^] For more details.Regards, Hiren. Microsoft Dynamics CRM My Recent Article: - Way to know which control have raised PostBack[^]