Drop the contents of a table and reload the new data
Namespace:
HS.Sys.TheEnterprise.Common.WrecksAssembly: Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static void DropReloadDataTable( string filename, string dataTable, string connectionString, string delim ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub DropReloadDataTable ( _ filename As String, _ dataTable As String, _ connectionString As String, _ delim As String _ ) |
| Visual C++ |
|---|
public: static void DropReloadDataTable( String^ filename, String^ dataTable, String^ connectionString, String^ delim ) |
Parameters
- filename
- Type: System..::.String
Filename of the file to load
- dataTable
- Type: System..::.String
Table to load the data into
- connectionString
- Type: System..::.String
Connection string for SQL server
- delim
- Type: System..::.String
Field Delim in the data file