Symphony Framework
DBUpdate Method
Symphony.dB.SQLSupport.Interface Namespace > IToSQL Interface : DBUpdate Method
A string containing the old data that was originally read from the table in the chosen database.
The string containing the new data to be used to update the row in the table in the chosen database.
Placement holder defining the DBUpdate method.
Syntax
void DBUpdate( 
   string oldbuffer,
   string newbuffer
)

Parameters

oldbuffer
A string containing the old data that was originally read from the table in the chosen database.
newbuffer
The string containing the new data to be used to update the row in the table in the chosen database.
Remarks
This method will parse the inbound strings into the structure matching the database table and compare them. Differences will be used to build the required update command which will update the table in the chosen database with the modified data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IToSQL Interface
IToSQL Members