Anyone know how I can pull in a list of available database servers on my
computer (which I will then use to populate a combo box)?
Even just the namespace to use would be a start, though more info than
that would be a lot more helpful.
Filling the combo box is something I think I can figure out. Just need
to know how to search for the servers.
The better option is how I could access these common forms used to
connect to databases, where all the layers are asked for in the form,
and at the end you hit a "Test Connection" button. Are those available
via code?
computer (which I will then use to populate a combo box)?
Even just the namespace to use would be a start, though more info than
that would be a lot more helpful.
Filling the combo box is something I think I can figure out. Just need
to know how to search for the servers.
The better option is how I could access these common forms used to
connect to databases, where all the layers are asked for in the form,
and at the end you hit a "Test Connection" button. Are those available
via code?
Comment