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 #22249 is a reply to message #22211] Sat, 27 June 2009 11:04 Go to previous messageGo to previous message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
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);
 
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 08:51:28 GMT+2 2026

Total time taken to generate the page: 0.00577 seconds