Difference between revisions of "Documentation/DevGuide/Database/Piggyback Connections"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Database/Manipulating the Data
 
|NextPage=Documentation/DevGuide/Database/Manipulating the Data
 
}}
 
}}
{{DISPLAYTITLE:Piggyback Connections}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Piggyback Connections}}
 
Occasionally, there may already be a connected database row set and you want to use its connection. For instance, if a user has opened a database form. To access the same database as the row set of the form, use the connection the form is working with, not opening a second connection. For this purpose, the <idl>com.sun.star.sdb.RowSet</idl> has a property <code>ActiveConnection</code> that returns a connection.
 
Occasionally, there may already be a connected database row set and you want to use its connection. For instance, if a user has opened a database form. To access the same database as the row set of the form, use the connection the form is working with, not opening a second connection. For this purpose, the <idl>com.sun.star.sdb.RowSet</idl> has a property <code>ActiveConnection</code> that returns a connection.
  
{{Documentation/Note|Be aware of the fact that the row set owns the connection it uses. That means, once the row set is deleted, the connection is no longer valid.}}
+
{{Note|Be aware of the fact that the row set owns the connection it uses. That means, once the row set is deleted, the connection is no longer valid.}}
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Database Access]]
+
 
 +
[[Category:Documentation/Developer's Guide/Database Access]]

Latest revision as of 19:59, 3 July 2018



Occasionally, there may already be a connected database row set and you want to use its connection. For instance, if a user has opened a database form. To access the same database as the row set of the form, use the connection the form is working with, not opening a second connection. For this purpose, the com.sun.star.sdb.RowSet has a property ActiveConnection that returns a connection.

Documentation note.png Be aware of the fact that the row set owns the connection it uses. That means, once the row set is deleted, the connection is no longer valid.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages