Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 what is dsn?

Author  Topic 

maxim
Yak Posting Veteran

51 Posts

Posted - 2006-11-19 : 15:37:14
Hello!

I use mssql as database of my asp.net application.

When i go to my control panel i have an option:

"Create dsn for your database"

What is this?

Do I need this to connect my asp.net pages to my sql db ?

Yhanks,
Max

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-11-19 : 16:25:28
DSN: Data source name

Its what connects your front end applications (e.g. .net) to your backend database (e.g. MS SQL)

See www.connectionstrings.com
Go to Top of Page

maxim
Yak Posting Veteran

51 Posts

Posted - 2006-11-19 : 16:56:47
thanks afrika!!
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-11-19 : 17:55:04
Glad it helped. I use a connection string rather than DSN.

You can read more on DSN(s) by pressing the F1 key
Go to Top of Page
   

- Advertisement -