Click here to Skip to main content
15,906,285 members
Home / Discussions / C#
   

C#

 
GeneralRe: building a program to find words in a list of letters Pin
nelsonpaixao17-Jul-08 13:08
nelsonpaixao17-Jul-08 13:08 
QuestionJava networking Code - conversion to C# Pin
DwR16-Jul-08 7:50
DwR16-Jul-08 7:50 
AnswerRe: Java networking Code - conversion to C# Pin
led mike16-Jul-08 11:04
led mike16-Jul-08 11:04 
GeneralRe: Java networking Code - conversion to C# Pin
DwR16-Jul-08 12:59
DwR16-Jul-08 12:59 
GeneralRe: Java networking Code - conversion to C# Pin
led mike17-Jul-08 7:07
led mike17-Jul-08 7:07 
AnswerRe: Java networking Code - conversion to C# Pin
Judah Gabriel Himango16-Jul-08 11:15
sponsorJudah Gabriel Himango16-Jul-08 11:15 
QuestionData Synchronization and Retrieval Pin
CodingYoshi16-Jul-08 5:41
CodingYoshi16-Jul-08 5:41 
AnswerRe: Data Synchronization and Retrieval Pin
nelsonpaixao17-Jul-08 14:17
nelsonpaixao17-Jul-08 14:17 
Hi,

You don´t need to install sqlserver in all laptops, just install it in the Master/Server computer.

To pull data from sqlserver tables i think you already created some store procedures (don´t forget to make your threads safe).

On the Client side (laptops) you install the application you designed that only has the acess to edit & read what is in the Server´s database, by triggering the store procedures you created.
(In c# Forms, use the datagridview object to display sql data).

Server -> database
Clients -> application to acess/display database

About your (1st point)
It is good pratice to have only 1 database(meaning Server) in the "web/net" you create.
You don´t store data on the Laptops because you will get 12 diferent databases (both Server and Clients) named the same with diferent data/update.
If you can´t connect to the Server, bad luck try later.


I hope a helped you here. Ask someone else for more advanced help. Good luck Laugh | :laugh:
GeneralRe: Data Synchronization and Retrieval Pin
CodingYoshi19-Jul-08 8:47
CodingYoshi19-Jul-08 8:47 
QuestionPostMessage # How to pass Message back to Caller EXE?? Pin
ImNAM16-Jul-08 5:19
ImNAM16-Jul-08 5:19 
AnswerRe: PostMessage # How to pass Message back to Caller EXE?? Pin
ImNAM16-Jul-08 7:14
ImNAM16-Jul-08 7:14 
QuestionCollections Advice Please? Pin
itlee16-Jul-08 4:34
itlee16-Jul-08 4:34 
AnswerRe: Collections Advice Please? Pin
Le centriste16-Jul-08 4:40
Le centriste16-Jul-08 4:40 
AnswerRe: Collections Advice Please? Pin
Scott Dorman16-Jul-08 5:15
professionalScott Dorman16-Jul-08 5:15 
GeneralRe: Collections Advice Please? Pin
DaveyM6916-Jul-08 9:09
professionalDaveyM6916-Jul-08 9:09 
GeneralRe: Collections Advice Please? Pin
itlee16-Jul-08 21:18
itlee16-Jul-08 21:18 
QuestionRe: Collections Advice Please? Pin
Luc Pattyn16-Jul-08 8:54
sitebuilderLuc Pattyn16-Jul-08 8:54 
AnswerRe: Collections Advice Please? Pin
itlee16-Jul-08 23:26
itlee16-Jul-08 23:26 
QuestionPredictive Search within C# Windows Form? Pin
tkrn16-Jul-08 4:32
tkrn16-Jul-08 4:32 
QuestionRe: Predictive Search within C# Windows Form? Pin
Paul Conrad16-Jul-08 4:41
professionalPaul Conrad16-Jul-08 4:41 
AnswerRe: Predictive Search within C# Windows Form? Pin
Ian Uy16-Jul-08 5:08
Ian Uy16-Jul-08 5:08 
GeneralMessage Removed Pin
16-Jul-08 5:35
tkrn16-Jul-08 5:35 
GeneralRe: Predictive Search within C# Windows Form? Pin
Ian Uy16-Jul-08 5:55
Ian Uy16-Jul-08 5:55 
GeneralMessage Removed Pin
16-Jul-08 8:40
tkrn16-Jul-08 8:40 
GeneralRe: Predictive Search within C# Windows Form? Pin
Luc Pattyn16-Jul-08 8:57
sitebuilderLuc Pattyn16-Jul-08 8: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.