mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:09:10 +02:00
LazDataDesktop: Clarify comment for adding a new data dictionary engine
git-svn-id: trunk@56371 -
This commit is contained in:
parent
e80d3a95cc
commit
766e54c38f
@ -22,7 +22,8 @@
|
|||||||
{
|
{
|
||||||
Adding support for new connection types requires implementing a Data Dictionary for your connection type
|
Adding support for new connection types requires implementing a Data Dictionary for your connection type
|
||||||
see fcl-db/src/datadict for many implementations.
|
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}
|
{ MS-SQL server connection}
|
||||||
|
Loading…
Reference in New Issue
Block a user