U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » umlauts in mysql-update
Re: umlauts in mysql-update [message #22256 is a reply to message #22249] Sun, 28 June 2009 09:10 Go to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
michael wrote on Sat, 27 June 2009 05:04

lets say for exapmle the customer.name contains umlauts like this:

Müller

PromptOK(customer.name); // Everythins is fine, customer.name is still Müller
		
Sql sql(session);
		
sql * SqlUpdate(SqlId(sqlTable)) // <-- here the customer.name changes to M?ller
(NAME, customer.name)
(NUMMER, customer.number)
(PRODUKT, customer.product)
(VERSION, customer.version)
(STANDORT, customer.location)
(ANBINDUNG, customer.connection)
(BEMERKUNG, customer.comment)
.Where(ID == customer.sqlID);



Have you checked what is in MySQL? (using some other tool, e.g. MySql Query Browser)?

Would it be possible to chreate short testcase?

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to create a sqlite3 function
Next Topic: ExportSch, zero byte file is the result
Goto Forum:
  


Current Time: Fri May 15 19:10:21 GMT+2 2026

Total time taken to generate the page: 0.00492 seconds