CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 mysqli (improved mysql), utf8 , language specific characters problem

Print topic Send  topic

Author Message
yusufakyol


Posts: 73
Posted: 09/22/2017, 1:24 AM

Hi,

I have search and update problems when using mysqli (improved mysql), utf8 html page, utf8 mysql db and php with CCS 5.1.1.18992(last version) . When I changed to Improved MySQL to MySQL at Connection (Server tab), problem was solved.
I tested different PHP and MySQL versions this situation.
Now there is no problem utf8 html, utf8 mysql db.

_________________
Best Regards
View profile  Send private message
enko


Posts: 74
Posted: 01/22/2018, 12:06 AM

Hi, normally I solve manual puntting utf8 info in connection string, this is valid for MySQL e MySQLi
See sample
$CCConnectionSettings = array (
"AUTO" => array(
"Type" => "MySQL",
"DBLib" => "MySQLi",
"Database" => "www.mydomain.it",
"Host" => "localhost",
"Port" => "0",
"User" => "root",
"Password" => "",
"Persistent" => false,
"Encoding" => array("", "utf8"), ---------------------------------- ADDED MANUALLY
"DateFormat" => array("yyyy", "-", "mm", "-", "dd", " ", "HH", ":", "nn", ":", "ss"),
"BooleanFormat" => array(1, 0, ""),
"Uppercase" => false
)
);


_________________
Italy - CodeCargeStudio (5.1.1.18992) - Dephi RIO - Lazarus (Free Pascal) - www.egsoft.it - www.egauto.it - www.egcourier.it - www.egestetica.it - Windows, Linux, Raspberry Apps.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.