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)

Syntax:

public bool WriteKeysToSqlServer( string ConnectionString,
	string TableName,
	int Key );
Return: true or false
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


Last Updated: 1/28/2007 | Send topic feedback