Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_LinkerTable Linker

Private Function GetLinkErrorString (
LinkError As xf_LinkErrorEnum
) As String

Check the database linked tables and relink if necessary.
Checks:
- that each linked table listed in the linker configuration has a matching linked table in the database
- that a single table from each linked database successfully returns data

SuppressSuccessMessages

Don't display user dialogs on success

LinkError as xf_LinkErrorEnum

Force relink of all tables even if they don't appear to need it.

Optional AlwaysForceODBCRelink as Boolean = False

Always fully relink ODBC tables

Optional DatabaseList as String = ""

List of linked database IDs from the linker table to check

Optional SelectiveLink as xf_SelectiveLinkEnum = xf_SelectiveLinkEnum

Link only framework, only non-framework, or all tables

Call Template:

Dim s As String
s = xf.Linker.GetLinkErrorString(SuppressSuccessMessages, LinkError)
s = xf.Linker.GetLinkErrorString(SuppressSuccessMessages, LinkError, AlwaysForceODBCRelink, DatabaseList, SelectiveLink)

See Also:

Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd