West Wind Application Settings for .NET |
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)
Syntax: |
public bool WriteKeysToSqlServer( string ConnectionString, string TableName, int Key ); |
| Return: | true or false |
| Parameters: |
ConnectionString Sql Server ConnectionString TableName Key
|