Options

ConnectionProperties

seblingsebling Posts: 22
edited June 20, 2005 10:12AM in SQL Toolkit Previous Versions
Noticed that when creating a ConnectionProperties object and then passing it to the Register method the registration is much much slower than Register(new ConnectionProperties(....),Options)

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    I find this odd... normally the only thing that slows ther Register method is if you run the code from inside Visual Studio's IDE. The program has to do the same amount of work whether you instantiate a new ConnectionProperties object on its' own or inside the Database.Register method.
This discussion has been closed.