Difference between revisions of "Documentation/DevGuide/Database/The SDBC Driver for OpenOffice.org Calc Files"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Database/The SDBC Driver for address books
 
|NextPage=Documentation/DevGuide/Database/The SDBC Driver for address books
 
}}
 
}}
{{DISPLAYTITLE:The SDBC Driver for {{PRODUCTNAME}} Calc Files}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}}
This driver is a basic driver for {{PRODUCTNAME}} Calc files. It can only be used to fetch data from existing tables and no modifications are allowed. The connection is read-only. The URL for this driver is:
+
{{DISPLAYTITLE:The SDBC Driver for {{AOo}} Calc Files}}
 +
This driver is a basic driver for {{AOo}} Calc files. It can only be used to fetch data from existing tables and no modifications are allowed. The connection is read-only. The URL for this driver is:
  
   sdbc:calc:<file url to a {{PRODUCTNAME}} Calc file or any other extension known by this application>
+
   sdbc:calc:<file url to a {{AOo}} Calc file or any other extension known by this application>
  
 
For instance:
 
For instance:
Line 17: Line 18:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Database Access]]
+
 
 +
[[Category:Documentation/Developer's Guide/Database Access]]

Latest revision as of 14:14, 21 December 2020



This driver is a basic driver for Apache OpenOffice Calc files. It can only be used to fetch data from existing tables and no modifications are allowed. The connection is read-only. The URL for this driver is:

 sdbc:calc:<file url to a Apache OpenOffice Calc file or any other extension known by this application>

For instance:

 sdbc:calc:file:///d:/calcfile.odt
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages