On Fri, Feb 05, 2010 at 03:48:15AM +0100, Petr Jake?? wrote:
> MySQLConnection = mysql.builder()
You don't need that.
> connection = connectionForURI("mysql://
> prestashop:[email protected]:3306/prestashop")
> =
>
SOLVED:
> MySQLConnection = mysql.builder()
> connection = connectionForURI("mysql://
> prestashop:[email protected]:3306/prestashop")
>
> =
Finally:
connection = connectionForURI('mysql://
prestashop:prestas...@127.
I am having troubles with some unicode utf8 characters. They are not
displayed properly.
I was trying a lot off different settings on the connection part of the
SQLObject scrpit (see below), but not success till now.
== this code DOES NOT bring the UTF -8 code from the database
==