Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
SetConnections() does not return any thing, so I don't think you can change this. I.e. SetConnections() will show the wizard if the connections aren't found in the cached connection file on the user's machine.
Which means that either they would have to use the wizard at least once OR you would have to distribute this file.
There are other ways, however. Most of the time you'll actually manage the connection yourself, using the DataLayer.DataSources() collection. This allows you lots of flexibility in how you set the connection. You might search the forum for this, as there are some excellent posts on how this can be done.
Hope that helps!
|