wwAppConfiguration.WriteKeysToSqlServer

Writes the Configuration Settings into a SQL Server of your choice table and a field called ConfigData.
If the table doesn't exist it's created for you (requires appropriate permissions)

public Boolean WriteKeysToSqlServer(String ConnectionString, String TableName, Int32 Key)

Return Value

Boolean

Parameters

ConnectionString
Sql Server ConnectionString

TableName
Name of the Table to write to

Key
Integer ID value of the configuration item - you can have more than one item


See also:

Class wwAppConfiguration

© West Wind Technologies, 1996-2018 • Updated: 04/16/04
Comment or report problem with topic