Le 02/03/2013 14:10, Heinrich Stoellinger a écrit :
Hi Heinrich,
Hello,
Seeing as the Native MySQL-connector seems to be a "difficult" birth -
I tried both ODBC and JDBC lately. Unfortunately both seem to be
unusable!
JDBC: I cannot get it to accept German special characters (even
though I
specify codepage ISO-8859-15/EURO).
Where did you specify the codepage ? In the connection string ? Or is it
simply an option of the table to which you are writing ?
Also, when inserting you rows into the database, both with JDBC and
ODBC,
string default values are shown with apostrophies at the beginning
and end.
If one then re-selects the row, the fields are shown correctly
(i.e. without the apostrophies). This might be kind of o.k. for me as I
have around 30 years of IT-experience behind me, but certainly NOT
o.k. for
the average uninitiated user...
Seems like a display glitch/bug...reported bug ?
ODBC: default values as specified within a table creation show kind of
"random"
values in columns of inserted tuples. When refreshing the display or
re-selecting
the tuplethe values are displayed correctly.
Could be the same or similar bug to the one your describe above.
Refreshing datasets still seems to be a problem sometimes. I have
noticed that more so with ODBC than JDBC.
Alex