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);
Report message to a moderator