Charset
Posted: Tue 20 Oct 2015 11:43
Hi there,
Is there a way to read the charset on the database?
kind regards
Vallemanden
Is there a way to read the charset on the database?
kind regards
Vallemanden
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
MyQuery.SQL.Text := 'SELECT default_character_set_name FROM information_schema.SCHEMATA where SCHEMA_NAME = "DatabaseName"';