Difference between revisions of "Documentation/DevGuide/Database/The SDBC Driver for Adabas D"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
 
(3 intermediate revisions by one other user not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Database/The SDBC Driver for ADO
 
|NextPage=Documentation/DevGuide/Database/The SDBC Driver for ADO
 
}}
 
}}
{{DISPLAYTITLE:The SDBC Driver for Adabas D}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}}
This driver was the first driver to support the extended service [IDL:com.sun.star.sdbcx.Driver], that offers access to the structure of a database. The Adabas D driver implementation extends the Adabas ODBC driver through knowledge about database structure. The URL should look like this:
+
{{DISPLAYTITLE:The SDBC Driver for Adabas D}}
 +
This driver was the first driver to support the extended service <idl>com.sun.star.sdbcx.Driver</idl>, that offers access to the structure of a database. The Adabas D driver implementation extends the Adabas ODBC driver through knowledge about database structure. The URL should look like this:
  
 
   sdbc:adabas::DATABASENAME
 
   sdbc:adabas::DATABASENAME
Line 16: Line 17:
 
   sdbc:adabas:HOST:DATABASENAME
 
   sdbc:adabas:HOST:DATABASENAME
  
To find the correct database name of an Adabas D database in the {{PRODUCTNAME}} API, create a new database file and select Adabas D as type. On the next page you can browse for valid local database names. Find the database folders in ''sql/wrk'' in the Adabas installation folder.
+
To find the correct database name of an Adabas D database in the {{AOo}} API, create a new database file and select Adabas D as type. On the next page you can browse for valid local database names. Find the database folders in ''sql/wrk'' in the Adabas installation folder.
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Database Access]]
+
 
 +
[[Category:Documentation/Developer's Guide/Database Access]]

Latest revision as of 18:15, 17 December 2020



This driver was the first driver to support the extended service com.sun.star.sdbcx.Driver, that offers access to the structure of a database. The Adabas D driver implementation extends the Adabas ODBC driver through knowledge about database structure. The URL should look like this:

 sdbc:adabas::DATABASENAME

or

 sdbc:adabas:HOST:DATABASENAME

To find the correct database name of an Adabas D database in the Apache OpenOffice API, create a new database file and select Adabas D as type. On the next page you can browse for valid local database names. Find the database folders in sql/wrk in the Adabas installation folder.

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