Buy Questpond's video subscriptions on
huge discount
.
Online: 7556
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
How can we specify port number in Connection String in App.Config file?
Posted by
deccansoft
on 8/5/2010 | Category:
C# Interview questions
| Views: 3960
Connection String ="Server=.\sqlexpress,portnumber;Database=dbname;Uid=dbuser; Pwd=dbpassword" Here we can specify the port number which we want to use
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
@@Identity contains last identity value over given ...
Next question > :
Why is DataSet slower than DataReader?
Comments or Responses
Login to post response
More Interview Questions
Why is DataSet slower than DataReader?
What are the important methods of an SqlDataReader object?
Which method of command object is used to prepare the execution of par ...
Which one of the following is preferred in fetching data from sqldatar ...
what are the different constructors of command object?
What is the using statement?
private void Form1_Load(object sender, EventArgs e) { SqlConnection co ...
private void Form1_Load(object sender, EventArgs e) { SqlConnection co ...