Tadoconnection and UDL file

From: Joe Pettit (joep_at_i-f-s.com)
Date: 09/22/04


Date: Wed, 22 Sep 2004 16:42:29 -0400

What takes priority the mode property of a Tadoconnection object or the
Security setting used in a UDL file?

In my code I have a tadoconnection object that connects to a database using
a UDL. In other words I have : ADOCONN.connectionstring := 'FILE NAME =
x:\temp\test.udl'
The mode property of the ADOCONN and the security setting in the UDL seem to
be setting the same thing; does one have priority over another?
Should they both be set to the same thing - cmsharedenynone ,
cmsharedenywrite .....

Thanks, Joe