Re: Basic question about datasets
- From: "Marina" <someone@xxxxxxxxxx>
- Date: Mon, 16 Jan 2006 09:03:33 -0500
Then it will residet on the client machine. The application will be loaded
into the memory of that machine, and so will any variables/data that this
application uses.
To run it on the remote machine, you would have to log in through terminal
services, and then run it.
Think about it, when you run an install off of a network share - the program
still gets installed onto your machine, right? That's because the program
gets copied to your machine and loaded into memory, and then it runs and
installs onto your machine and not on the network share. Same here.
"Chak" <r_chakravarthy@xxxxxxxxxxx> wrote in message
news:%23bwxMfpGGHA.1100@xxxxxxxxxxxxxxxxxxxxxxx
>I meant a network share.
>
> Thanks.
>
> "Miha Markic [MVP C#]" <miha at rthand com> wrote in message
> news:e1vfqInGGHA.344@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> "Chak" <r_chakravarthy@xxxxxxxxxxx> wrote in message
>> news:O%23S5oKmGGHA.2912@xxxxxxxxxxxxxxxxxxxxxxx
>>> If i am running a Windows Forms application from a remote PC,
>>
>> What do you mean? Do you start the application from a network share or
>> through remote desktop?
>>
>> --
>> Miha Markic [MVP C#]
>> RightHand .NET consulting & development www.rthand.com
>> Blog: http://cs.rthand.com/blogs/blog_with_righthand/
>>
>> and the
>>> application creates a dataset, am i right in assuming that the dataset
>>> will reside in the memory of the remote PC ? And if the client is
>>> running the application from his own PC, then the dataset would be in
>>> the client PC ?
>>>
>>> If this is so, then the PC which serves up the applications needs to
>>> have sufficient memory to handle multiple instances of datasets and
>>> other memory objects.
>>>
>>> Regards,
>>>
>>> Chak
>>>
>>
>>
>
>
.
- References:
- Basic question about datasets
- From: Chak
- Re: Basic question about datasets
- From: Miha Markic [MVP C#]
- Re: Basic question about datasets
- From: Chak
- Basic question about datasets
- Prev by Date: Applying changes to table
- Next by Date: Re: SQLServer: query by form
- Previous by thread: Re: Basic question about datasets
- Next by thread: Re: Basic question about datasets
- Index(es):
Relevant Pages
|