Click here to Skip to main content
15,917,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: ref Array Pin
mav.northwind11-Mar-05 3:47
mav.northwind11-Mar-05 3:47 
GeneralMaking Log files Pin
Soumya Mulukutla10-Mar-05 12:44
Soumya Mulukutla10-Mar-05 12:44 
GeneralRe: Making Log files Pin
Colin Angus Mackay10-Mar-05 14:18
Colin Angus Mackay10-Mar-05 14:18 
GeneralRe: Making Log files Pin
Soumya Mulukutla10-Mar-05 15:25
Soumya Mulukutla10-Mar-05 15:25 
GeneralRe: Making Log files Pin
Dave Kreskowiak10-Mar-05 16:06
mveDave Kreskowiak10-Mar-05 16:06 
GeneralRe: Making Log files Pin
ogrig10-Mar-05 18:45
ogrig10-Mar-05 18:45 
GeneralRich Client Application Pin
alex_kl10-Mar-05 12:01
alex_kl10-Mar-05 12:01 
GeneralRe: Rich Client Application Pin
Colin Angus Mackay10-Mar-05 14:15
Colin Angus Mackay10-Mar-05 14:15 
alex_kl wrote:
Can anyone tell me how to copy the database from the server to the client (object)?

If this is a multiuser application (many people using the database) then you'll end up with multiple copies of the database with different data and none with complete data.

Also, you don't say what the database is, so if it is something like SQL Server then it is a bit difficult to just copy it.

If this is on an internal network then can you not access the database remotely from the client? Again - knowing what the database product is helps.

Since you are using web services to communicate with the server then why not put some better service logic on the server to retrieve and update the database via the web service rather than copy the entire database?


Cada uno es artifice de su ventura
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


GeneralRe: Rich Client Application Pin
alex_kl10-Mar-05 21:36
alex_kl10-Mar-05 21:36 
GeneralRe: Rich Client Application Pin
V.11-Mar-05 0:47
professionalV.11-Mar-05 0:47 
GeneralRe: Rich Client Application Pin
alex_kl11-Mar-05 1:19
alex_kl11-Mar-05 1:19 
GeneralRe: Rich Client Application Pin
V.11-Mar-05 1:23
professionalV.11-Mar-05 1:23 
QuestionPInvoke - Where's the .dll go? Pin
gmhanna10-Mar-05 11:19
gmhanna10-Mar-05 11:19 
AnswerRe: PInvoke - Where's the .dll go? Pin
Colin Angus Mackay10-Mar-05 11:33
Colin Angus Mackay10-Mar-05 11:33 
GeneralFinally in threads Pin
Esmo200010-Mar-05 11:15
Esmo200010-Mar-05 11:15 
GeneralRe: Finally in threads Pin
TylerBrinks10-Mar-05 11:52
TylerBrinks10-Mar-05 11:52 
GeneralRe: Finally in threads Pin
S. Senthil Kumar10-Mar-05 20:05
S. Senthil Kumar10-Mar-05 20:05 
Generalstring foreach row's column Pin
lornej10-Mar-05 11:05
lornej10-Mar-05 11:05 
GeneralRe: string foreach row's column Pin
Colin Angus Mackay10-Mar-05 11:30
Colin Angus Mackay10-Mar-05 11:30 
GeneralRe: string foreach row's column Pin
J4amieC10-Mar-05 22:14
J4amieC10-Mar-05 22:14 
General.NET remoting and Simple Client / Server application design help... Pin
Kasdoffe10-Mar-05 10:50
Kasdoffe10-Mar-05 10:50 
GeneralRe: .NET remoting and Simple Client / Server application design help... Pin
Kasdoffe11-Mar-05 3:30
Kasdoffe11-Mar-05 3:30 
GeneralAsync Programming and Thread-safe Delegates Pin
BnWasteland10-Mar-05 9:29
BnWasteland10-Mar-05 9:29 
GeneralRe: Async Programming and Thread-safe Delegates Pin
TylerBrinks10-Mar-05 11:43
TylerBrinks10-Mar-05 11:43 
Generalnew Enum Pin
Dean Goodman10-Mar-05 8:57
Dean Goodman10-Mar-05 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.