Re: Extent 2: passing string to database with utf8 encoding results in invalid chars
Posted by: Sven Bisaro
Date: March 18, 2005 04:18AM

Hi Frankie,

here is the information you asked for:

1) Show full columns:

mysql> show full columns from tbl_monkey;
+--------------+------------------+-----------------+------+-----+---------+----------------+---------------------------------+----
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Com
+--------------+------------------+-----------------+------+-----+---------+----------------+---------------------------------+----
| pk_monkey_id | int(10) unsigned | NULL | | PRI | NULL | auto_increment | select,insert,update,references |
| monkey_name | varchar(255) | utf8_general_ci | YES | | NULL | | select,insert,update,references |
+--------------+------------------+-----------------+------+-----+---------+----------------+---------------------------------+----
2 rows in set (0.00 sec)

2) I use the "MySql Command Line Client" to check the inserted data with the command:

mysql> select * from tbl_monkey;

Thanks,
Sven

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Extent 2: passing string to database with utf8 encoding results in invalid chars
2947
March 18, 2005 04:18AM
2658
March 23, 2005 08:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.