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

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 Go to previous messageGo to previous message
michael is currently offline  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)?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Issue with getting data back from a sqlite3 database
Next Topic: OleDB + parameters = problem
Goto Forum:
  


Current Time: Thu Sep 03 00:05:26 GMT+2 2026

Total time taken to generate the page: 0.00626 seconds