Re: Remote access using Dialup Networking
- From: "WAkthar" <wakthar@xxxxxxxxxxx>
- Date: Thu, 11 Aug 2005 14:31:26 +0100
Thanks for your advice.
This is exactly what I am planning to do.
But since I have no knowledge in remote access and modems, I am finding
getting information quite hard. I dont mind searching but I need help in
finding what I need to know!!
My plan is for clients to be able to dial in to a single modem and machine,
send a command over to the remote machine, remote machine processes this
command and sends back a dataset of information from the database.
>From what you have told me, it is possible to do this?
I know how to query the database and get information out, as I have written
a database component dll in C# which will do all the queries and returns a
dataset. But I need information on how I am able to write a simple client
side app which dials into a remote machine, passing a command which the
remote machine process, calls the database dll and sends back to the client
the dataset.
Thanks for all your help!!!!
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:O98h$bnnFHA.1468@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> If you google you will find several RAS wrappers , I have one I downloaded
> frmo somewhere, I have it at home, I'm using it and works great.
>
> Your problem may lay instead in how the clients communicate with the SQL,
> you see if you have a SINGLE modem and several clients you want that the
> communication be as short and far apart as possible .
>
> Have you considered creating a dataset with the info needed and
> downloading it ot the client? IMO it's the best solution
>
> cheers,
>
> --
> Ignacio Machin,
> ignacio.machin AT dot.state.fl.us
> Florida Department Of Transportation
>
>
>
>
> "WAkthar" <wakthar@xxxxxxxxxxx> wrote in message
> news:ehCyzDmnFHA.1416@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>> I need to access and query remote machines using dial-up connectivity.
>> I have searched the internet for information and looked on Amazon for a
>> decent book on this topic but have not been able to find anything useful.
>>
>> My scenario is this, we have central machine, that has a sql database,
>> which will have a modem connection to a phone line. Users will be allowed
>> to dial in through this modem and query the database for relevant
>> information.
>> How can I best implement this functionality?
>>
>> Thanks in advance!
>>
>
>
.
- Follow-Ups:
- Re: Remote access using Dialup Networking
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: Remote access using Dialup Networking
- References:
- Remote access using Dialup Networking
- From: WAkthar
- Re: Remote access using Dialup Networking
- From: Ignacio Machin \( .NET/ C# MVP \)
- Remote access using Dialup Networking
- Prev by Date: Database update
- Next by Date: Re: How do I create my version of Microsoft Word
- Previous by thread: Re: Remote access using Dialup Networking
- Next by thread: Re: Remote access using Dialup Networking
- Index(es):
Relevant Pages
|