Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
QuestionUsing a Class in a C# console application [modified] Pin
B Don Davis17-Jan-11 4:46
B Don Davis17-Jan-11 4:46 
AnswerRe: Using a Class in a C# console application PinPopular
Pete O'Hanlon17-Jan-11 5:16
mvePete O'Hanlon17-Jan-11 5:16 
GeneralRe: Using a Class in a C# console application Pin
Michael900017-Jan-11 8:40
Michael900017-Jan-11 8:40 
GeneralRe: Using a Class in a C# console application Pin
Pete O'Hanlon17-Jan-11 9:09
mvePete O'Hanlon17-Jan-11 9:09 
GeneralRe: Using a Class in a C# console application Pin
Michael900017-Jan-11 11:59
Michael900017-Jan-11 11:59 
AnswerRe: Using a Class in a C# console application Pin
#realJSOP18-Jan-11 4:45
mve#realJSOP18-Jan-11 4:45 
GeneralRe: Using a Class in a C# console application Pin
B Don Davis18-Jan-11 14:08
B Don Davis18-Jan-11 14:08 
Questionsql server express Pin
arkiboys17-Jan-11 3:25
arkiboys17-Jan-11 3:25 
I would like to develop a simple application to connect to a free version of sql server i.e. sql server 2005 express.

Question:

1-
Does sql server 2005 express have the same window i.e object explorer, management studio window as the other version of sql servers i.e. enterprise. i.e. where one can create a database, table, stored procedures, run queries...?

2-
Is it just one .exe or should I install other files too so that I can work with it as I do with the sql server management studio?

3-
For the connectionstring, should there be .mdf in th estring or just connection to the machine name with the sql server express installed? see below:

Data Source=myServername\SQLEXPRESS;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;

Server=.\SQLExpress;AttachDbFilename=c:\mydbfile.mdf;Database=dbname; Trusted_Connection=Yes;

Thanks
AnswerRe: sql server express Pin
Dan Mos17-Jan-11 3:45
Dan Mos17-Jan-11 3:45 
GeneralRe: sql server express Pin
arkiboys17-Jan-11 3:53
arkiboys17-Jan-11 3:53 
GeneralRe: sql server express Pin
Dan Mos17-Jan-11 3:59
Dan Mos17-Jan-11 3:59 
JokeRe: sql server express Pin
Henry Minute17-Jan-11 6:01
Henry Minute17-Jan-11 6:01 
GeneralRe: sql server express Pin
Dan Mos17-Jan-11 9:10
Dan Mos17-Jan-11 9:10 
GeneralRe: sql server express Pin
Henry Minute17-Jan-11 9:20
Henry Minute17-Jan-11 9:20 
GeneralRe: sql server express Pin
Bernhard Hiller17-Jan-11 21:05
Bernhard Hiller17-Jan-11 21:05 
AnswerRe: sql server express Pin
Ravi Sant17-Jan-11 3:51
Ravi Sant17-Jan-11 3:51 
GeneralRe: sql server express Pin
arkiboys17-Jan-11 4:08
arkiboys17-Jan-11 4:08 
GeneralRe: sql server express Pin
Henry Minute17-Jan-11 6:23
Henry Minute17-Jan-11 6:23 
GeneralRe: sql server express Pin
arkiboys19-Jan-11 0:31
arkiboys19-Jan-11 0:31 
GeneralRe: sql server express Pin
Henry Minute19-Jan-11 1:15
Henry Minute19-Jan-11 1:15 
AnswerRe: sql server express Pin
Steve Maier17-Jan-11 4:38
professionalSteve Maier17-Jan-11 4:38 
QuestionUser account rights Pin
marca29217-Jan-11 2:19
marca29217-Jan-11 2:19 
AnswerRe: User account rights Pin
_Erik_17-Jan-11 2:52
_Erik_17-Jan-11 2:52 
Questionadd data,delete data,modify data,save data from datagrid Pin
chaitravb17-Jan-11 1:21
chaitravb17-Jan-11 1:21 
AnswerRe: add data,delete data,modify data,save data from datagrid Pin
RaviRanjanKr17-Jan-11 1:35
professionalRaviRanjanKr17-Jan-11 1:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.