LazDataDesktop: Clarify comment for adding a new data dictionary engine

git-svn-id: trunk@56371 -
This commit is contained in:
mattias 2017-11-12 12:54:03 +00:00
parent e80d3a95cc
commit 766e54c38f

View File

@ -22,7 +22,8 @@
{
Adding support for new connection types requires implementing a Data Dictionary for your connection type
see fcl-db/src/datadict for many implementations.
When done so, add the unit to the uses clause in the implementation, and register it in RegisterDDEngines
When done so, add the unit to the uses clause in the implementation, register it in RegisterDDEngines
and likely add a connection callback to RegisterConnectionCallBacks.
}
{ MS-SQL server connection}