Symphony Framework
DBInsert Method
Symphony.dB.SQLSupport.Interface Namespace > IToSQL Interface : DBInsert Method
Pass in the string containing the data to be inserted into the table in the chosen database.
Placement holder defining the DBInsert method.
Syntax
void DBInsert( 
   string newBuffer
)

Parameters

newBuffer
Pass in the string containing the data to be inserted into the table in the chosen database.
Remarks
This method will parse the inbound string data into the structure matching the database table and insert the values into the table.
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