Click here to Skip to main content
15,667,983 members
Home / Discussions / C#
   

C#

 
GeneralRe: Clean Recently Used Projects Pin
MasterSharp11-Mar-08 14:15
MasterSharp11-Mar-08 14:15 
GeneralRe: Clean Recently Used Projects Pin
MasterSharp11-Mar-08 14:32
MasterSharp11-Mar-08 14:32 
GeneralRe: Clean Recently Used Projects Pin
MasterSharp11-Mar-08 14:49
MasterSharp11-Mar-08 14:49 
GeneralRe: Clean Recently Used Projects Pin
DaveyM6912-Mar-08 0:01
professionalDaveyM6912-Mar-08 0:01 
GeneralClient Server Application in C# Pin
gadwy11-Mar-08 10:51
gadwy11-Mar-08 10:51 
GeneralRe: Client Server Application in C# Pin
Not Active11-Mar-08 11:13
mentorNot Active11-Mar-08 11:13 
GeneralRe: Client Server Application in C# Pin
Ravenet11-Mar-08 17:15
Ravenet11-Mar-08 17:15 
GeneralRe: Client Server Application in C# Pin
JustChiragPatel11-Mar-08 17:57
JustChiragPatel11-Mar-08 17:57 
Hi,

in client server application, we have to use common Connection String, so that all the client installation can connect with centralized database at Server.

so, have you used connection string in your single user application ? if yes then use the connection string of Central server in App.config file so all client installation will point central server database.

use the connection string in App.config like,
<connectionstrings>
<add name="Connection String" connectionstring="Data <br mode=" hold=" /">Source=local/(central Server instance name);Initial Catalog=Database Name;User ID=sa;Password=sa" providerName="System.Data.SqlClient" />



then use this connection string in your Connection object.
so your all database related code will point this central server.

try this. Big Grin | :-D

Chirag Patel
Programmer Analyst

AnswerRe: Client Server Application in C# Pin
gadwy14-Mar-08 7:03
gadwy14-Mar-08 7:03 
QuestionDeployment Project - cyrillic Pin
nike_arh11-Mar-08 9:56
nike_arh11-Mar-08 9:56 
GeneralRe: Deployment Project - cyrillic Pin
Ravenet11-Mar-08 17:17
Ravenet11-Mar-08 17:17 
GeneralRe: Deployment Project - cyrillic Pin
nike_arh12-Mar-08 2:23
nike_arh12-Mar-08 2:23 
QuestionProblems with regular expressions Pin
pcaeiro11-Mar-08 9:54
pcaeiro11-Mar-08 9:54 
GeneralRe: Problems with regular expressions Pin
User 665811-Mar-08 10:35
User 665811-Mar-08 10:35 
GeneralRe: Problems with regular expressions Pin
pcaeiro12-Mar-08 0:28
pcaeiro12-Mar-08 0:28 
GeneralRe: Problems with regular expressions Pin
Ravenet11-Mar-08 17:23
Ravenet11-Mar-08 17:23 
GeneralRe: Problems with regular expressions Pin
pcaeiro12-Mar-08 0:40
pcaeiro12-Mar-08 0:40 
GeneralProblems with C# Examples Pin
Jammer11-Mar-08 9:54
Jammer11-Mar-08 9:54 
GeneralRe: Problems with C# Examples Pin
Guffa11-Mar-08 10:03
Guffa11-Mar-08 10:03 
GeneralRe: Problems with C# Examples Pin
Jammer11-Mar-08 10:08
Jammer11-Mar-08 10:08 
GeneralRe: Problems with C# Examples Pin
Guffa11-Mar-08 10:51
Guffa11-Mar-08 10:51 
GeneralRe: Problems with C# Examples Pin
Jammer11-Mar-08 10:04
Jammer11-Mar-08 10:04 
GeneralRe: Problems with C# Examples Pin
Scott Dorman11-Mar-08 10:28
professionalScott Dorman11-Mar-08 10:28 
GeneralRe: Problems with C# Examples Pin
Jammer11-Mar-08 10:30
Jammer11-Mar-08 10:30 
GeneralRe: Problems with C# Examples Pin
Christian Graus11-Mar-08 10:39
protectorChristian Graus11-Mar-08 10:39 

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.