Public Function DeleteLinkerBackEndInfo (
Optional Warn As Boolean = True
) As Boolean
Remove all linker information about external databases and tables. Linker settings can be regenerated from the currently linked tables.
Warn the user and seek confirmation
Dim b As Boolean
b = xf.Linker.DeleteLinkerBackEndInfo()
b = xf.Linker.DeleteLinkerBackEndInfo(Warn)