Click here to Skip to main content
15,892,199 members
Home / Discussions / C#
   

C#

 
QuestionCreating a standalone application file for a visual C# program that use SQL server database Pin
anu91418-May-08 21:58
anu91418-May-08 21:58 
QuestionDatabase connection (in client server architecture) Pin
chanzeb18-May-08 21:37
chanzeb18-May-08 21:37 
AnswerRe: Database connection (in client server architecture) Pin
Rajesh R Subramanian18-May-08 21:39
professionalRajesh R Subramanian18-May-08 21:39 
AnswerRe: Database connection (in client server architecture) Pin
Brady Kelly18-May-08 22:16
Brady Kelly18-May-08 22:16 
GeneralRe: Database connection (in client server architecture) Pin
chanzeb19-May-08 1:04
chanzeb19-May-08 1:04 
GeneralRe: Database connection (in client server architecture) Pin
Brady Kelly19-May-08 1:09
Brady Kelly19-May-08 1:09 
GeneralRe: Database connection (in client server architecture) Pin
chanzeb19-May-08 1:18
chanzeb19-May-08 1:18 
GeneralRe: Database connection (in client server architecture) Pin
Brady Kelly19-May-08 1:40
Brady Kelly19-May-08 1:40 
If SQL Server is running on the network machine, then you are connection to a database server.  It doesn't matter that the machine itself isn't actually called a database server.  In either case, you can find any connection string you might need here.[^]

If you want to connect directly to a SQL Server database file on an a machine with an instance of SQL Server or SQL Server Express, you need to look at the "Microsoft SQL Server Database File" data source.  This attaches a database file when you open a connection.




Semicolons: The number one seller of ostomy bags world wide. - dan neely

Questionselect personal folder in outlook Pin
mohant$.net18-May-08 21:27
mohant$.net18-May-08 21:27 
QuestionCompile Pin
 Programmer.18-May-08 20:48
 Programmer.18-May-08 20:48 
AnswerRe: Compile Pin
Rajesh R Subramanian18-May-08 20:57
professionalRajesh R Subramanian18-May-08 20:57 
AnswerRe: Compile Pin
Guffa18-May-08 21:07
Guffa18-May-08 21:07 
Questiondisplay message or alarm when table have new row? Pin
Mr.Kode18-May-08 20:07
Mr.Kode18-May-08 20:07 
AnswerRe: display message or alarm when table have new row? Pin
John_Adams18-May-08 23:00
John_Adams18-May-08 23:00 
AnswerRe: display message or alarm when table have new row? Pin
Vikram A Punathambekar19-May-08 0:05
Vikram A Punathambekar19-May-08 0:05 
AnswerRe: display message or alarm when table have new row? Pin
Mr.Kode19-May-08 0:53
Mr.Kode19-May-08 0:53 
QuestionUnsubscribing from the MouseMove event <i>from inside the handler...</i> Pin
Edmundisme18-May-08 20:02
Edmundisme18-May-08 20:02 
AnswerRe: Unsubscribing from the MouseMove event from inside the handler... Pin
stancrm18-May-08 20:22
stancrm18-May-08 20:22 
GeneralRe: Unsubscribing from the MouseMove event from inside the handler... Pin
Edmundisme19-May-08 6:50
Edmundisme19-May-08 6:50 
Questionport occupied Pin
George_George18-May-08 18:59
George_George18-May-08 18:59 
AnswerRe: port occupied Pin
dan!sh 18-May-08 20:57
professional dan!sh 18-May-08 20:57 
GeneralRe: port occupied Pin
George_George18-May-08 21:18
George_George18-May-08 21:18 
GeneralRe: port occupied Pin
leppie19-May-08 2:33
leppie19-May-08 2:33 
GeneralRe: port occupied Pin
George_George19-May-08 2:38
George_George19-May-08 2:38 
QuestionAbout checkBox of datagrid Pin
Prabhat00318-May-08 18:57
Prabhat00318-May-08 18:57 

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.