Sentence view
Universal Dependencies - English - LinES
Language | English |
---|
Project | LinES |
---|
Corpus Part | train |
---|
Annotation | Ahrenberg, Lars |
---|
showing 1 - 100 of 357 • next
Show All
s-1
en_lines-ud-train-doc1-1
Show All
About ANSI SQL query mode
s-2
en_lines-ud-train-doc1-2
About ANSI SQL query mode
Some of the content in this topic may not be applicable to some languages.
s-3
en_lines-ud-train-doc1-3
Some of the content in this topic may not be applicable to some languages.
You can create SQL queries in one of two ANSI SQL query modes:
s-4
en_lines-ud-train-doc1-4
You can create SQL queries in one of two ANSI SQL query modes:
ANSI-89 describes the traditional Jet SQL syntax.
s-5
en_lines-ud-train-doc1-5
ANSI-89 describes the traditional Jet SQL syntax.
This mode conforms closely to the ANSI-89 Level 1 specification, but is not ANSI-89 Level 1 compliant.
s-6
en_lines-ud-train-doc1-6
This mode conforms closely to the ANSI-89 Level 1 specification, but is not ANSI-89 Level 1 compliant.
Certain ANSI-89 SQL features are not implemented and the wildcard characters conform to the Visual Basic for Applications (VBA) specification, not SQL.
s-7
en_lines-ud-train-doc1-7
Certain ANSI-89 SQL features are not implemented and the wildcard characters conform to the Visual Basic for Applications (VBA) specification, not SQL.
ANSI-92 provides new reserved words, syntax rules, and wildcard characters that enhance your ability to create queries, filters, and SQL statements.
s-8
en_lines-ud-train-doc1-8
ANSI-92 provides new reserved words, syntax rules, and wildcard characters that enhance your ability to create queries, filters, and SQL statements.
This mode conforms closely to the ANSI-92 Level 1 specification, but is not ANSI-92 Level 1 compliant.
s-9
en_lines-ud-train-doc1-9
This mode conforms closely to the ANSI-92 Level 1 specification, but is not ANSI-92 Level 1 compliant.
This query mode has more of the ANSI syntax, and the wildcard characters conform to the SQL specification.
s-10
en_lines-ud-train-doc1-10
This query mode has more of the ANSI syntax, and the wildcard characters conform to the SQL specification.
In Microsoft Access 2000 using ADOX, you could programmatically create queries that used ANSI-92 SQL syntax.
s-11
en_lines-ud-train-doc1-11
In Microsoft Access 2000 using ADOX, you could programmatically create queries that used ANSI-92 SQL syntax.
However, any queries you created were not visible in the Database window because there was no option to set this mode in the user interface.
s-12
en_lines-ud-train-doc1-12
However, any queries you created were not visible in the Database window because there was no option to set this mode in the user interface.
Now in Access 2002, you can set the ANSI SQL query mode through the user interface for the current database and as the default setting for new databases.
s-13
en_lines-ud-train-doc1-13
Now in Access 2002, you can set the ANSI SQL query mode through the user interface for the current database and as the default setting for new databases.
Why use ANSI-92 SQL?
s-14
en_lines-ud-train-doc1-14
Why use ANSI-92 SQL?
You may want to use ANSI-92 SQL for the following reasons:
s-15
en_lines-ud-train-doc1-15
You may want to use ANSI-92 SQL for the following reasons:
You anticipate upsizing your application in the future to an Access project and want to create queries that will run with minimal changes in a Microsoft SQL Server database.
s-16
en_lines-ud-train-doc1-16
You anticipate upsizing your application in the future to an Access project and want to create queries that will run with minimal changes in a Microsoft SQL Server database.
You want to take advantage of the new features not found in ANSI-89 SQL, such as:
s-17
en_lines-ud-train-doc1-17
You want to take advantage of the new features not found in ANSI-89 SQL, such as:
Changing security settings by using the GRANT and REVOKE SQL statements
s-18
en_lines-ud-train-doc1-18
Changing security settings by using the GRANT and REVOKE SQL statements
Using DISTINCT in an aggregate function reference, for example, SUM-DISTINCT-Price
s-19
en_lines-ud-train-doc1-19
Using DISTINCT in an aggregate function reference, for example, SUM-DISTINCT-Price
Using the LIMIT TO nn ROWS clause to limit the number of rows returned by a query
s-20
en_lines-ud-train-doc1-20
Using the LIMIT TO nn ROWS clause to limit the number of rows returned by a query
Why you should avoid mixing queries created under different ANSI SQL query modes
s-21
en_lines-ud-train-doc1-21
Why you should avoid mixing queries created under different ANSI SQL query modes
The ANSI SQL query mode default for new Access databases in 2002 and 2000 file formats
s-22
en_lines-ud-train-doc1-22
The ANSI SQL query mode default for new Access databases in 2002 and 2000 file formats
ANSI-89 is the default setting for a new Access database in 2002 and 2000 file format.
s-23
en_lines-ud-train-doc1-23
ANSI-89 is the default setting for a new Access database in 2002 and 2000 file format.
You can not set the SQL query mode new database default to ANSI-92 in 2000 file format because the option is disabled;
s-24
en_lines-ud-train-doc1-24
You can not set the SQL query mode new database default to ANSI-92 in 2000 file format because the option is disabled;
ANSI-89 is the only query mode setting available for a database in Access 2000 file format.
s-25
en_lines-ud-train-doc1-25
ANSI-89 is the only query mode setting available for a database in Access 2000 file format.
About using connection files
s-26
en_lines-ud-train-doc1-26
About using connection files
A connection file stores information about a connection to a data source (such as an OLE DB data source) and the data associated with the connection.
s-27
en_lines-ud-train-doc1-27
A connection file stores information about a connection to a data source (such as an OLE DB data source) and the data associated with the connection.
In Microsoft Access, you can use a connection file to bind one or more data access pages to a data source.
s-28
en_lines-ud-train-doc1-28
In Microsoft Access, you can use a connection file to bind one or more data access pages to a data source.
When you open a page, Access reads the connection file that is linked to the page, and based on the contents of the connection file, connects the page to the appropriate data source.
s-29
en_lines-ud-train-doc1-29
When you open a page, Access reads the connection file that is linked to the page, and based on the contents of the connection file, connects the page to the appropriate data source.
A connection file uses one of the following file formats:
s-30
en_lines-ud-train-doc1-30
A connection file uses one of the following file formats:
Office Data Connection (.odc)
s-31
en_lines-ud-train-doc1-31
Office Data Connection (.odc)
A file format that uses HTML and XML to store the connection information.
s-32
en_lines-ud-train-doc1-32
A file format that uses HTML and XML to store the connection information.
You can view or edit the contents of the file in any text editor.
s-33
en_lines-ud-train-doc1-33
You can view or edit the contents of the file in any text editor.
Universal Data Link (.udl)
s-34
en_lines-ud-train-doc1-34
Universal Data Link (.udl)
A standard file format provided by Microsoft Data Links to create file-persistent OLE DB data source object definitions.
s-35
en_lines-ud-train-doc1-35
A standard file format provided by Microsoft Data Links to create file-persistent OLE DB data source object definitions.
Benefits of using a connection file
s-36
en_lines-ud-train-doc1-36
Benefits of using a connection file
Using a connection file simplifies the task of deploying related data access pages.
s-37
en_lines-ud-train-doc1-37
Using a connection file simplifies the task of deploying related data access pages.
Pages that connect to a common data source can share a single connection file.
s-38
en_lines-ud-train-doc1-38
Pages that connect to a common data source can share a single connection file.
If you move or copy the data source, instead of updating the ConnectionString property of each dependent page, you only need to edit the connection information in the connection file to make the pages point to the right location or database.
s-39
en_lines-ud-train-doc1-39
If you move or copy the data source, instead of updating the ConnectionString property of each dependent page, you only need to edit the connection information in the connection file to make the pages point to the right location or database.
Linking a page to a connection file
s-40
en_lines-ud-train-doc1-40
Linking a page to a connection file
When creating a data access page, you can choose whether you want to link the page to a connection file or simply use a connection file without creating a link.
s-41
en_lines-ud-train-doc1-41
When creating a data access page, you can choose whether you want to link the page to a connection file or simply use a connection file without creating a link.
You can also choose whether you want to use an existing connection file or create a new one.
s-42
en_lines-ud-train-doc1-42
You can also choose whether you want to use an existing connection file or create a new one.
Linking to a connection file
s-43
en_lines-ud-train-doc1-43
Linking to a connection file
When you establish a link between the connection file and a page, the page's ConnectionFile property is set to the name of the file.
s-44
en_lines-ud-train-doc1-44
When you establish a link between the connection file and a page, the page's ConnectionFile property is set to the name of the file.
Each time you open the page, Access will read the connection file, extract the connection information, and set the ConnectionString property of the page.
s-45
en_lines-ud-train-doc1-45
Each time you open the page, Access will read the connection file, extract the connection information, and set the ConnectionString property of the page.
Using a connection file without creating a link
s-46
en_lines-ud-train-doc1-46
Using a connection file without creating a link
When creating a page, you can use the contents of a connection file to set the ConnectionString property of the page, but choose not to create a link between the page and the connection file.
s-47
en_lines-ud-train-doc1-47
When creating a page, you can use the contents of a connection file to set the ConnectionString property of the page, but choose not to create a link between the page and the connection file.
Changing the connection information of a page
s-48
en_lines-ud-train-doc1-48
Changing the connection information of a page
When a connection file is used
s-49
en_lines-ud-train-doc1-49
When a connection file is used
Either change the ConnectionFile property of the page to point to a different connection file, or edit the connection file in a text editor.
s-50
en_lines-ud-train-doc1-50
Either change the ConnectionFile property of the page to point to a different connection file, or edit the connection file in a text editor.
If you choose to edit the connection file, remember that all other pages that use the connection file will also be affected by the changes you make.
s-51
en_lines-ud-train-doc1-51
If you choose to edit the connection file, remember that all other pages that use the connection file will also be affected by the changes you make.
If you edit the ConnectionString property of a page that is linked to a connection file, the link will be broken and the ConnectionFile property will be set to null.
s-52
en_lines-ud-train-doc1-52
If you edit the ConnectionString property of a page that is linked to a connection file, the link will be broken and the ConnectionFile property will be set to null.
When a connection file is not used
s-53
en_lines-ud-train-doc1-53
When a connection file is not used
Either create a link between the page and a connection file by setting the ConnectionFile property, or edit the ConnectionString property.
s-54
en_lines-ud-train-doc1-54
Either create a link between the page and a connection file by setting the ConnectionFile property, or edit the ConnectionString property.
When you create a link, Access will automatically set the ConnectionString property based on the contents of the connection file.
s-55
en_lines-ud-train-doc1-55
When you create a link, Access will automatically set the ConnectionString property based on the contents of the connection file.
Convert a previous-version data access page
s-56
en_lines-ud-train-doc1-56
Convert a previous-version data access page
A page created using Microsoft Access 2000 must be converted before it can be used with Access 2002.
s-57
en_lines-ud-train-doc1-57
A page created using Microsoft Access 2000 must be converted before it can be used with Access 2002.
Open the page in Access 2002 Design view.
s-58
en_lines-ud-train-doc1-58
Open the page in Access 2002 Design view.
Access will create a backup copy of the page (pagefilename.bak.htm) at the same location as the original data access page file.
s-59
en_lines-ud-train-doc1-59
Access will create a backup copy of the page (pagefilename.bak.htm) at the same location as the original data access page file.
If you want to revert to the Access 2000 version of the page, delete the converted file, rename the backup copy, and then connect the page to the database.
s-60
en_lines-ud-train-doc1-60
If you want to revert to the Access 2000 version of the page, delete the converted file, rename the backup copy, and then connect the page to the database.
If the data access page includes any Microsoft Office Web Components (a PivotTable list, chart, or spreadsheet), only users with a valid Microsoft Office 2002 license will be able to use those components.
s-61
en_lines-ud-train-doc1-61
If the data access page includes any Microsoft Office Web Components (a PivotTable list, chart, or spreadsheet), only users with a valid Microsoft Office 2002 license will be able to use those components.
About analyzing data
s-62
en_lines-ud-train-doc1-62
About analyzing data
Microsoft Access provides several techniques to help you analyze data.
s-63
en_lines-ud-train-doc1-63
Microsoft Access provides several techniques to help you analyze data.
Create a crosstab query
s-64
en_lines-ud-train-doc1-64
Create a crosstab query
You can use a crosstab query to calculate and restructure data for easier analysis.
s-65
en_lines-ud-train-doc1-65
You can use a crosstab query to calculate and restructure data for easier analysis.
Crosstab queries calculate a sum, average, count, or other type of total for data that is grouped by two types of information – one down the left side of the datasheet and another across the top.
s-66
en_lines-ud-train-doc1-66
Crosstab queries calculate a sum, average, count, or other type of total for data that is grouped by two types of information – one down the left side of the datasheet and another across the top.
Comparison of a crosstab and a select query
s-67
en_lines-ud-train-doc1-67
Comparison of a crosstab and a select query
1 A select query
s-68
en_lines-ud-train-doc1-68
1 A select query
2 A crosstab query based on the select query
s-69
en_lines-ud-train-doc1-69
2 A crosstab query based on the select query
Add a PivotTable list to a data access page
s-70
en_lines-ud-train-doc1-70
Add a PivotTable list to a data access page
A PivotTable list is an interactive table that you can use to analyze data dynamically from within a Web browser.
s-71
en_lines-ud-train-doc1-71
A PivotTable list is an interactive table that you can use to analyze data dynamically from within a Web browser.
At run time, users can change the layout of the PivotTable list.
s-72
en_lines-ud-train-doc1-72
At run time, users can change the layout of the PivotTable list.
They can move the fields that are displayed in the row, column, and data area of the PivotTable list, or add or remove fields from the list.
s-73
en_lines-ud-train-doc1-73
They can move the fields that are displayed in the row, column, and data area of the PivotTable list, or add or remove fields from the list.
Users can also filter, sort, and group data.
s-74
en_lines-ud-train-doc1-74
Users can also filter, sort, and group data.
The following illustration shows a PivotTable list on the Orders data access page.
s-75
en_lines-ud-train-doc1-75
The following illustration shows a PivotTable list on the Orders data access page.
PivotTable list on a data access page
s-76
en_lines-ud-train-doc1-76
PivotTable list on a data access page
View a datasheet or form in PivotTable view
s-77
en_lines-ud-train-doc1-77
View a datasheet or form in PivotTable view
Access 2002 provides a PivotTable view for datasheets and forms.
s-78
en_lines-ud-train-doc1-78
Access 2002 provides a PivotTable view for datasheets and forms.
In this view, you can build an interactive report using the fields underlying the datasheet or form.
s-79
en_lines-ud-train-doc1-79
In this view, you can build an interactive report using the fields underlying the datasheet or form.
The view uses a Microsoft Office PivotTable Component, so you can do all the things that you can do on a PivotTable list.
s-80
en_lines-ud-train-doc1-80
The view uses a Microsoft Office PivotTable Component, so you can do all the things that you can do on a PivotTable list.
You can add fields to the view, move or remove fields, and filter, sort, and group data.
s-81
en_lines-ud-train-doc1-81
You can add fields to the view, move or remove fields, and filter, sort, and group data.
The following illustration shows the Employees table in PivotTable view.
s-82
en_lines-ud-train-doc1-82
The following illustration shows the Employees table in PivotTable view.
Datasheet in PivotTable view
s-83
en_lines-ud-train-doc1-83
Datasheet in PivotTable view
About customizing the layout of a PivotTable or PivotChart view
s-84
en_lines-ud-train-doc1-84
About customizing the layout of a PivotTable or PivotChart view
Customizing the layout of a PivotTable view
s-85
en_lines-ud-train-doc1-85
Customizing the layout of a PivotTable view
You can control how the data is presented in a PivotTable view by customizing the layout.
s-86
en_lines-ud-train-doc1-86
You can control how the data is presented in a PivotTable view by customizing the layout.
A different layout lets you calculate and compare summarized values for different elements in your data, or display summaries for a subset of the data.
s-87
en_lines-ud-train-doc1-87
A different layout lets you calculate and compare summarized values for different elements in your data, or display summaries for a subset of the data.
Using the drop areas
s-88
en_lines-ud-train-doc1-88
Using the drop areas
You change the layout by moving the fields to predefined drop areas within the PivotTable view workspace.
s-89
en_lines-ud-train-doc1-89
You change the layout by moving the fields to predefined drop areas within the PivotTable view workspace.
Drop areas in PivotTable view
s-90
en_lines-ud-train-doc1-90
Drop areas in PivotTable view
1 Drop areas
s-91
en_lines-ud-train-doc1-91
1 Drop areas
2 Detail area
s-92
en_lines-ud-train-doc1-92
2 Detail area
After you move fields to the drop areas so that the drop area captions are covered up, you can still drag additional fields to the areas.
s-93
en_lines-ud-train-doc1-93
After you move fields to the drop areas so that the drop area captions are covered up, you can still drag additional fields to the areas.
Moving fields to the row or column areas
s-94
en_lines-ud-train-doc1-94
Moving fields to the row or column areas
When you move a field to the row area, the unique items of data within the field are displayed down the rows of the PivotTable view.
s-95
en_lines-ud-train-doc1-95
When you move a field to the row area, the unique items of data within the field are displayed down the rows of the PivotTable view.
When you move a field to the column area, the unique items of data are displayed across the columns.
s-96
en_lines-ud-train-doc1-96
When you move a field to the column area, the unique items of data are displayed across the columns.
Moving fields to the detail area
s-97
en_lines-ud-train-doc1-97
Moving fields to the detail area
To view total or detail data from the underlying record source, move fields to the detail area.
s-98
en_lines-ud-train-doc1-98
To view total or detail data from the underlying record source, move fields to the detail area.
Moving fields to the filter area
s-99
en_lines-ud-train-doc1-99
Moving fields to the filter area
Filter fields allow you to confine the view to a particular part of the available data.
s-100
en_lines-ud-train-doc1-100
Filter fields allow you to confine the view to a particular part of the available data.
Edit as list • Text view • Dependency trees