Iam new to windows forms.I have been using ASP.NET .
can someone helpme in accessing sqlserve5r database from code.
is there any file similar to web.config in asp.net to configure connection string.
Thanks
laks
Yes, in Windows Forms application, we can use the app.config file to configure the database connection string as the web.config file in ASP.NET. For more information about this, see Walkthrough: Using a Configuration File to Define a Data Source