c# - Can mysql fields in greek language be displayed in crystal reports? -
creating mysql table fields in greek language not smart. newbie found out. fields cannot displayed in crystal reports (cr visual studio version 13.08). have thousands lines of code take me ages changing mysql fields , change queries. using c# through visual studio 2012.
i checked many solutions have found online changing font, changing regional settings of pc or changing collation of database , nothing has worked.
those fields displayed question marks ??
, when try run program error message: mysql(42s22) unknown column in 'field list' error 1054
any appreciated, thank
i had problem , tried above mentioned, , solution found was:
- go odbc data source adminstrator (access 'set odbc data sources' )
- on user data source choose database , press configure,
- and go down details , press it,
- now see 'character set' field, press , choose 'greek'
- save,exit , go visual studio project, , create new crystal report
- then choose make new connection(i did again sure configuration of database changed)
- i used new database display tables, , must not question marks!!! hooray!
- use font supports greek characters, used hellasarial, , greek displayed on report.
Comments
Post a Comment