Tài liệu Creating a Sustainable Organization: Approaches for Enhancing Corporate Value Through Sustainability pdf
... social, and governance issues can have a material impact on many of the key determinants of a company’s strength and capability. Staff Morale, Enthusiasm, and Creativity People want to feel that ... OrganizatiOn Organizational Strength and Capability A company’s sustainability posture and performance have a number of effects on its ability to anticipate and effectively address bu...
Ngày tải lên: 19/02/2014, 21:20
... normal security • Query GUARD_STATUS column in V$DATABASE. • Database guard level is set to ALL by broker automatically on the logical standby database. • Database guard level applies to all ... columns in V$DATABASE contain a YES value: – SUPPLEMENTAL_LOG_DATA_MIN – SUPPLEMENTAL_LOG_DATA_PK – SUPPLEMENTAL_LOG_DATA_UI SQL> ALTER DATABASE ADD SUPPLEMENTAL LOG DATA 2 (PRIMARY KEY, UNI...
Ngày tải lên: 09/12/2013, 16:15
... technician, the student will need to create a boot disk in order to prepare a computer for installation. This disk will include utilities such as fdisk and format so that a hard drive can be prepared ... for an operating system. Procedures Formatting prepares the disk for use. For DOS, make a bootable disk using the same version of DOS that is on the hard drive. Note: Us...
Ngày tải lên: 21/12/2013, 19:15
Tài liệu Creating a Class That Participates in an Automatic Transaction ppt
... before they can participate in an automatic transaction. Once an object is marked to participate in a transaction, it will automatically execute within a transaction. The object's transactional ... programmatically to participate automatically in an existing transaction, to start a new transaction, or to not participate in a transaction. The following steps prepare a class t...
Ngày tải lên: 24/12/2013, 05:15
Tài liệu Creating a New Access Database pptx
... Button.Click Allows the user to specify the filename for the new Access database and then calls the CreateAccessDatabase( ) method in the sample to create the database. CreateAccessDatabase( ) This ... Team LiB ] Recipe 10.6 Creating a New Access Database Problem You need to create a new Microsoft Access database. Solution Use ActiveX Database Objects Extensions (ADOX) fr...
Ngày tải lên: 24/12/2013, 05:15
Tài liệu Creating a Generic Class docx
... current instance is greater than the value of the parameter As an example, consider the Circle class that was described in Chapter 7, Creating and Managing Classes and Objects,” and is reproduced ... greater than depends on the type of data in the item and node. For numeric data, greater than can be a simple arithmetic comparison, for text data it can be a string comparison, bu...
Ngày tải lên: 24/12/2013, 09:16
Tài liệu Creating a Generic Method pdf
... using a type parameter in a manner similar to that used when defining a generic class. In this way, you can define generalized methods that are typesafe, and avoid the overhead of casting (and ... Tree: 2. Tree<char> charTree = BuildTree<char>('Z', 'X', &apos ;A& apos;, 'M', 'Z', 'M', 'N'); charTree.WalkTree();...
Ngày tải lên: 24/12/2013, 09:16
Tài liệu Creating a Windows Forms Application docx
... you, as I will now demonstrate. In a Windows Forms application, Visual Studio 2005 actually generates a potentially large amount of code. This code performs operations such as creating and ... (more than for the previous example). For example: using System.Windows.Forms; The additional namespaces contain the classes and controls used when building graphical applications for ex...
Ngày tải lên: 24/12/2013, 09:16
Tài liệu Creating a Samba Server doc
... ask for the new password once and then again for verification. To add additional Samba user accounts , repeat steps 1 and 2. 3. Create the Samba password file. Enter the following command at ... command prompt: cat /etc/passwd | /usr/bin/mksmbpasswd.sh > /etc/samba/passwd 4. Add an SMB password for users that have Samba accounts. Enter smbpasswd johnd at the shell prompt. After...
Ngày tải lên: 18/01/2014, 05:20
Tài liệu Creating a Command Object Using Visual Studio .NET docx
... Creating a Command Object Using Visual Studio .NET To create a SqlCommand object using Visual Studio .NET (VS .NET), you drag a SqlCommand object from the Data tab of the Toolbox to your form. ... can also drag an OleDbCommand object from the Data tab of the Toolbox to your form. Before you perform the procedure explained in this section, do the following: 1. Create a new proje...
Ngày tải lên: 21/01/2014, 07:20