Difference between revisions of "Documentation/DevGuide/Database/Statements"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
m (FINAL VERSION FOR L10N)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Database/Creating Statements
 
|NextPage=Documentation/DevGuide/Database/Creating Statements
 
}}
 
}}
{{DISPLAYTITLE:Statements}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Statements}}
 
The basic procedure to communicate with a database using an SQL statement is always the same:  
 
The basic procedure to communicate with a database using an SQL statement is always the same:  
  
Line 15: Line 16:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Database Access]]
+
 
 +
[[Category:Documentation/Developer's Guide/Database Access]]

Latest revision as of 12:47, 15 May 2009



The basic procedure to communicate with a database using an SQL statement is always the same:

  1. Get a connection object.
  2. Ask the connection for a statement.
  3. The statement executes a query or an update command. Use the appropriate method to execute the command.
  4. If the statement returns a result set, process the result set.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages