XML FOR DOMINO
Containment Hierarchy
Contained by: %design.elements;
Contains: %named.design.note.prolog; , %note.epilog;
Syntax
<!ELEMENT dataconnection (%named.design.note.prolog; , %note.epilog; )>
Content
%named.design.note.prolog; , %note.epilog;
<!ATTLIST dataconnection
blockkeyfieldupdates
The %dataconnect.spacetrim.values; entity defines which fields to trim leading and trailing spaces from.
Syntax:
<!ENTITY % dataconnect.spacetrim.values " none | nonkeyfields | allfields ">
The following options specify to trim the leading and trailing spaces from:
allfields
<!ENTITY % dataconnection.class " rdbms ">
The following option specifies that the data source for the external connections is:
rdbms
<!ENTITY % dataconnection.customizedproperties.values " %db2properties; | %oledbproperties; | %odbcproperties; ">
The following options specify that additional customizations are available for the following data sources (See their entity descriptions below for a list of their attributes.):
%db2properties;
%oleproperties;
%odbcproperties;
The %dataconnection.object.types; entity defines the types of objects you can connect to using Lotus Domino.
<!ENTITY % dataconnection.object.types " table | view | procedure ">
procedure
<!ENTITY % dataconnection.ondatamismatch.values " error | precisionloss | datatruncation ">
datatruncation
<!ENTITY % dataconnection.onmissingrecord.values " error | ignore | externalrecord ">
error
<!ENTITY % dataconnection.types " db2 | oracle | sybase | odbc2 | oracle8 | oledb ">
The %db2properties; entity defines the additional property settings you can make for data from a DB2 database.
<!ENTITY % db2properties "
The %odbcproperties; entity defines the additional property settings you can make for data from an ODBC database.
The %oledbproperties; entity defines the additional property settings you can make for data from an OLE database.
See Also