Click here to Skip to main content
15,919,178 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I change memory with IntPtr Pin
Corinna John6-Nov-03 0:58
Corinna John6-Nov-03 0:58 
GeneralAnimated/skinned mesh in C# Pin
bjoernen5-Nov-03 21:38
bjoernen5-Nov-03 21:38 
GeneralRe: Animated/skinned mesh in C# Pin
nematzade23-May-10 5:51
nematzade23-May-10 5:51 
GeneralEmbedded Icons and ImageList Pin
pnolan5-Nov-03 20:19
pnolan5-Nov-03 20:19 
GeneralRe: Embedded Icons and ImageList Pin
Heath Stewart6-Nov-03 4:07
protectorHeath Stewart6-Nov-03 4:07 
GeneralDataGrid Column Resize Pin
pnolan5-Nov-03 20:15
pnolan5-Nov-03 20:15 
GeneralRe: DataGrid Column Resize Pin
Daniel Zaharia5-Nov-03 22:37
Daniel Zaharia5-Nov-03 22:37 
GeneralC# Client Server Database Application Pin
Cenray. G5-Nov-03 19:39
Cenray. G5-Nov-03 19:39 
How DataSet can be used in Client Server Application?

In my Client Server Application I had MSDE as a Server Side Database.
It has multiple clients in the same network as multiple instances of a Windows based client side applications which directly connected to the server side database(MSDE). In the client side application, it has a data entry form. In which we can scroll through records(next previous etc.) and can insert , delete, update records. For this purpose I use a DataSet in C# and when the form loads the data is retrieved from database to the dataset and for inserting, I use NewRow() method of DataSet and after inserting called the Update() method of DataAdapter. for deleting Delete()method of DataSet. In a single machine it works fine, When using the same application from multiple machines in the same network, any changes made in one machine should not be affeced in the other machine until the form is closed and reopened, because the dataset is populated at the form load event. I want to track the changes without closing. What is the best way for doing that in this kind of application ?. Can anybody give me the detailed idea of client server database application using C#?

Thanks in advance.
Cenray
GeneralRe: C# Client Server Database Application Pin
mhmoud rawas5-Nov-03 20:39
mhmoud rawas5-Nov-03 20:39 
Questionhow to delete one file in network share folder with .NET Pin
don7cry5-Nov-03 19:18
don7cry5-Nov-03 19:18 
AnswerRe: how to delete one file in network share folder with .NET Pin
mhmoud rawas5-Nov-03 20:27
mhmoud rawas5-Nov-03 20:27 
GeneralRe: how to delete one file in network share folder with .NET Pin
don7cry5-Nov-03 21:52
don7cry5-Nov-03 21:52 
Generalhelp me, please! Pin
don7cry5-Nov-03 16:10
don7cry5-Nov-03 16:10 
GeneralRe: help me, please! Pin
mhmoud rawas5-Nov-03 18:34
mhmoud rawas5-Nov-03 18:34 
GeneralRe: help me, please! Pin
don7cry5-Nov-03 19:19
don7cry5-Nov-03 19:19 
GeneralAccess Richtext/Memo Field and C# Pin
bjulien5-Nov-03 15:04
bjulien5-Nov-03 15:04 
GeneralRe: Access Richtext/Memo Field and C# Pin
Mike Ellison5-Nov-03 15:06
Mike Ellison5-Nov-03 15:06 
GeneralRe: Access Richtext/Memo Field and C# Pin
bjulien5-Nov-03 15:24
bjulien5-Nov-03 15:24 
QuestionWMI, How to browse schema of current class types? Pin
Chris Richner5-Nov-03 11:12
Chris Richner5-Nov-03 11:12 
AnswerRe: WMI, How to browse schema of current class types? Pin
JerryFW20-Nov-03 11:24
JerryFW20-Nov-03 11:24 
GeneralVS.NET Addin, try to serialize into filestream -> Unable to determine identity of assembly. Pin
Chris Richner5-Nov-03 11:06
Chris Richner5-Nov-03 11:06 
GeneralAnonymous Function Names Pin
obelisk295-Nov-03 10:44
obelisk295-Nov-03 10:44 
GeneralRe: Anonymous Function Names Pin
Paul Evans6-Nov-03 1:35
Paul Evans6-Nov-03 1:35 
Generalprint in landscape Pin
tigermylk5-Nov-03 10:43
tigermylk5-Nov-03 10:43 
GeneralRe: print in landscape Pin
Mike Ellison5-Nov-03 16:16
Mike Ellison5-Nov-03 16:16 

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.