Difference between revisions of "Documentation/DevGuide/Database/The SDBC Driver for ADO"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Database Access) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
Line 7: | Line 7: | ||
|NextPage=Documentation/DevGuide/Database/The SDBC Driver for dBase | |NextPage=Documentation/DevGuide/Database/The SDBC Driver for dBase | ||
}} | }} | ||
− | {{DISPLAYTITLE:The SDBC Driver for ADO}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}} |
+ | {{DISPLAYTITLE:The SDBC Driver for ADO}} | ||
The SDBC driver for ADO supports the service <idl>com.sun.star.sdbcx.Driver</idl>. ADO does not allow modification on the database structure unless the database is a Jet Engine. Information about the limitations for ADO are available on the Internet. The URL for SDBC driver for ADO looks like this: | The SDBC driver for ADO supports the service <idl>com.sun.star.sdbcx.Driver</idl>. ADO does not allow modification on the database structure unless the database is a Jet Engine. Information about the limitations for ADO are available on the Internet. The URL for SDBC driver for ADO looks like this: | ||
Latest revision as of 12:45, 15 May 2009
The SDBC driver for ADO supports the service com.sun.star.sdbcx.Driver. ADO does not allow modification on the database structure unless the database is a Jet Engine. Information about the limitations for ADO are available on the Internet. The URL for SDBC driver for ADO looks like this:
sdbc:ado:<ADO specific connection string>
Possible connection strings are:
sdbc:ado:PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\northwind.mdb
sdbc:ado:Provider=msdaora;data source=testdb
Content on this page is licensed under the Public Documentation License (PDL). |