Difference between revisions of "Documentation/BASIC Guide/SQL"

From Apache OpenOffice Wiki
Jump to: navigation, search
(FINAL VERSION FOR L10N)
Line 7: Line 7:
 
}}
 
}}
 
{{DISPLAYTITLE:SQL: a Query Language}}
 
{{DISPLAYTITLE:SQL: a Query Language}}
 
+
 
The SQL language is provided as a query language for users of SDBC. To compare the differences between different SQL dialects, the SDBC components from {{OOo}} have their own SQL parser. This uses the query window to check the SQL commands typed and corrects simple syntax errors, such as those associated with uppercase and lowercase characters.
 
The SQL language is provided as a query language for users of SDBC. To compare the differences between different SQL dialects, the SDBC components from {{OOo}} have their own SQL parser. This uses the query window to check the SQL commands typed and corrects simple syntax errors, such as those associated with uppercase and lowercase characters.
  

Revision as of 07:45, 3 September 2008


The SQL language is provided as a query language for users of SDBC. To compare the differences between different SQL dialects, the SDBC components from Apache OpenOffice have their own SQL parser. This uses the query window to check the SQL commands typed and corrects simple syntax errors, such as those associated with uppercase and lowercase characters.

If a driver permits access to a data source that does not support SQL, then it must independently convert the transferred SQL commands to the native access needed.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools