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 » 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: Wed Jun 25 07:22:25 CEST 2025

Total time taken to generate the page: 0.04653 seconds