Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 13980
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: Sat May 18 05:23:32 CEST 2024

Total time taken to generate the page: 0.01672 seconds