Hi there,
Is there a way to read the charset on the database?
kind regards
Vallemanden
			
									
									
						Charset
Re: Charset
You can query system tables of MySQL server using the TMyQuery component. For example:
  
			
									
									
						Code: Select all
MyQuery.SQL.Text := 'SELECT  default_character_set_name FROM information_schema.SCHEMATA where SCHEMA_NAME = "DatabaseName"';Re: Charset
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.