Home » U++ Library support » U++ SQL » How to use Sql * Update
Re: How to use Sql * Update [message #19634 is a reply to message #19632] |
Wed, 24 December 2008 17:45   |
 |
michael
Messages: 153 Registered: May 2007 Location: Germany
|
Experienced Member |
|
|
Found out that this works:
Sql sql(session);
sql * SqlUpdate(SqlId(sqlTable))
(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);
So is it ok to use SqlSelect, SqlInsert and SqlUpdate instead of Select, Insert and Update(which does not work)?
|
|
|
Goto Forum:
Current Time: Wed Jun 25 07:22:25 CEST 2025
Total time taken to generate the page: 0.04653 seconds
|