From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../source/text/sdatabase/dabawiz02ado.xhp | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 helpcontent2/source/text/sdatabase/dabawiz02ado.xhp (limited to 'helpcontent2/source/text/sdatabase/dabawiz02ado.xhp') diff --git a/helpcontent2/source/text/sdatabase/dabawiz02ado.xhp b/helpcontent2/source/text/sdatabase/dabawiz02ado.xhp new file mode 100644 index 000000000..40fe8812c --- /dev/null +++ b/helpcontent2/source/text/sdatabase/dabawiz02ado.xhp @@ -0,0 +1,56 @@ + + + + + +ADO Connection +/text/sdatabase/dabawiz02ado.xhp + + +UFI: Database Wizard ADO page + + + +ADO databases (Base) +MS ADO interface (Base) +databases;ADO (Base) +mw copied 3 index entries from shared/explorer/database/1116000.xhp +

ADO Connection +

+Specifies the options for adding an ADO (Microsoft ActiveX Data Objects) database.UFI: copied text from shared\explorer\database\11160000 +The ADO interface is a Microsoft Windows proprietary container for connecting to databases. +$[officename] requires the Microsoft Data Access Components (MDAC) to use the ADO interface. Microsoft Windows 2000 and XP include these components by default. + +

Data source URL

+Enter the data source URL.UFI: removed three lines in hcshared01 #58442 +

Example URLs

+To connect to an Access 2000 file, use the format: +PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\Access\nwind2000.mdb +To connect with a name to a catalog on a Microsoft SQL server that has a name turner, enter: +PROVIDER=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First +To access an ODBC driver as a provider: +DSN=SQLSERVER + +

Browse

+Click to open a database selection dialog. +A user name can have a maximum of 18 characters. +A password must contain 3 to 18 characters. + + +
-- cgit v1.2.3