Microsoft TableAdapter Configuration Wizard Overview
The Microsoft TableAdapter Configuration Wizard steps a developer through creating connections to the K2 Server using SQL Statements or existing Store Procedures. The returned data is populated in data tables.
Wizard screens | What it is |
---|---|
Choose your Data Connection | Create a connection to the K2 Database or select an existing connection |
Save the Connection String to the Application Configuration File | Allows the connection string to be saved in the Application Configuration file. The string can be easily edited later |
Choose a Command Type | Select whether SQL Statements or Store Procedures will be executed against the K2 Server |
Enter a SQL Statement | The developer can build SQL Statements to return SmartObject data from the K2 Server |
Bind Commands to Existing Stored Procedures | Maps existing K2 Server Store Procedures to the SQL commands such as the "Select" command. |
Choose Methods to Generate | Determines which Method will be used to fetch data from the K2 Server |
Wizard Results | Displays the configuration results |
For more information on the TableAdapter Configuration Wizard browse the Microsoft Developer Network Library or follow the link below:
http://msdn2.microsoft.com/en-us/library/dex7k4dw(VS.80).aspx