Customizing a Network Using the Registry phần 2
... case you want to perform the same operation using the registry, open the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\In terfaces key, and set the DisableDynamicUpdate ... W32Time Service Registry Values Value name Data type Description Values [default]. 1 = Always start the SNTP server. NtpServer REG_SZ Stores the value from NET TIME/SETSNTP. Blank b...
Ngày tải lên: 07/11/2013, 08:15
... these parameters and their recommended values are provided below: EnableDeadGWDetect (REG_DWORD data type). The default value (1) enables TCP/IP to switch to a secondary gateway if many connections ... in cases when you are under a DoS attack, such behavior is undesirable, since all traffic can be redirected to a gateway that is not constantly monitored. Because of this reason, set...
Ngày tải lên: 07/11/2013, 08:15
... learn how to add a DataRow to a DataTable. First, the following code creates a DataSet object named myDataSet and populates it by calling mySqlDataAdapter.Fill(): DataSet myDataSet = new DataSet(); ... from a DataTable. Notice that the ProductID to modify is passed as a parameter: public static void RemoveDataRow( DataTable myDataTable, int productID, SqlDataAdapter m...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Setting Up the Dock phần 2 doc
... practice, however, you may find that the extra half-second the Dock takes to appear and disappear makes this feature slightly less appealing. Many Mac fans prefer to hide and show the Dock at ... you can see it in its natural habitat. 4 .2. 3. Three Ways to Get the Dock Out of Your Hair The bottom of the screen isn't necessarily the ideal location for the Dock. All...
Ngày tải lên: 26/01/2014, 06:20
Tài liệu Using the Data Form Wizard to Create a Windows Form phần 2 doc
... rows (also known as records) in the parent table that are displayed in your form. You can display the rows in a grid, or you can display each column using a separate control. You'll use a ... table is the Orders table. The rows for the child table are displayed in a DataGrid control. o Cancel All The Cancel All button allows you to undo any changes you've...
Ngày tải lên: 24/12/2013, 01:17
Tài liệu The Oxford Picture Dictionary (Từ điển bằng hình ảnh) - Phần 2 pptx
Ngày tải lên: 10/12/2013, 12:15
Tài liệu Using a SqlConnection Object to Connect to a SQL Server Database phần 2 doc
... class. The EventArgs class is the base class for event data and represents the details of the event. In the case of the StateChange event, this second object is of the StateChangeEventArgs ... void and accept two parameters. The first parameter is an object (of the class System.Object), and it represents the object that raises the event. Note The System.Object...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Using Stored Procedures to Add, Modify, and Remove Rows from the Database phần 1 pdf
... create the procedure in the database. Listing 11.4: ADDPRODUCT4.SQL /* AddProduct4.sql creates a procedure that adds a row to the Products table using values passed as parameters to the ... are called instead of the INSERT, UPDATE, and DELETE statements you've seen how to set in a DataAdapter object's InsertCommand, UpdateCommand, and DeleteCommand proper...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu An Example of Using the Get* Methods phần 2 docx
... Let's assume that you already have a SqlDataReader object named productsSqlDataReader and it may be used to read the columns from the Products table. The following while loop uses the ... always use the GetSql* methods and Sql* types rather than the Get* methods and the standard C# types. I showed you the Get* methods earlier only because they work with non-SQL Serv...
Ngày tải lên: 24/12/2013, 01:17
Tài liệu Performing a SQL SELECT Statement and Storing the Rows Locally phần 2 docx
... get a DataTable from your DataSet using the Tables property, which returns a DataTableCollection object. To get an individual DataTable from your DataSet, you pass the name of your DataTable ... example, myDataSet.Tables[0] also returns the Customers DataTable. Step 13: Display the Columns for Each Row in the DataTable Display the columns for each row in the DataTable,...
Ngày tải lên: 24/12/2013, 01:17