Is there a...

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
J

Jacek Jurkowski

.... dialog box for creating a connection string to sql server?
 
Jacek Jurkowski wrote :
... dialog box for creating a connection string to sql server?

1. Create an empty file with a .udl extension
2. double click it: it will open a property screen for a connection
string
3. open the file in notepad: there is your connection string

Note: you might need to remove the "provider" entry before you can use
it from .net.

Hans Kesting
 
Mark said:
Do a search in SQL BOL for SMO. Sql Management Objects is a collection
of .NET assemblies which is optionally installed with SQL Client.

How is this different from SqlDataSourceEnumerator class? I have used
this class but never used the method you mentioned!

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top