Connecting to Database
-
Hello, Firstly, I am sorry if it is dumb question.as I am practicing, in SQL server 2008 I create a database.then in VS2008, I right click in the node of Server Explorer and add the database to the project. 1) My question is, do I need to add the address in Web.config; 2) Do I have to add the database file in App_Data folder? thanks for your help, in advance.
-
Hello, Firstly, I am sorry if it is dumb question.as I am practicing, in SQL server 2008 I create a database.then in VS2008, I right click in the node of Server Explorer and add the database to the project. 1) My question is, do I need to add the address in Web.config; 2) Do I have to add the database file in App_Data folder? thanks for your help, in advance.
future3839 wrote:
Do I have to add the database file in App_Data folder?
:omg: First try to read basics .How are the database interact with GUI ?What are connection strings?and all the basic stuff.Then you can start developing. :cool::thumbsup:
LatestArticle :Alternative Way to Interact with Desktop thr windows services
-
future3839 wrote:
Do I have to add the database file in App_Data folder?
:omg: First try to read basics .How are the database interact with GUI ?What are connection strings?and all the basic stuff.Then you can start developing. :cool::thumbsup:
LatestArticle :Alternative Way to Interact with Desktop thr windows services
cld u please give me some link
-
cld u please give me some link
with which language are you trying to connect the database ? are you using sql server ?