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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 6: Line 6:
 
|NextPage=Documentation/BASIC Guide/Database Access Types
 
|NextPage=Documentation/BASIC Guide/Database Access Types
 
|base=block
 
|base=block
}}<!-- {{DISPLAYTITLE:SQL: a Query Language}} -->
+
}}
 
+
{{DISPLAYTITLE:SQL: a Query Language}}
= 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 15:23, 25 February 2008

Template:Documentation/NeedsRework


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.

Template:Documentation/Note


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