Tagged Questions

0
votes
1answer
58 views

Determine RasEntry structure size use RasGetEntryProperties in Delphi

I'm trying to create a DUN entry. I am calling RasGetEntryProperties with a lpRasEntry parameter of null. This should return the structure size in the lpdwEntryInfoSize parameter. Instead it …
0
votes
0answers
24 views

Looking for a solution to a remote application connecting to local resources

I have a client side app that I've deployed at a company and I've integrated it into their TAPI compliant PBX system. They love not having to dial the phone, but rather just click on a phone number …
1
vote
4answers
472 views

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

I need to be able to connect, disconnect, and re-connect a dial-up networking connection in a C# .NET Framework application. Creating the connection in the phone-book might also be useful/necessary. …
0
votes
7answers
160 views

What is the best way to bulk copying SQL data over a dial-up connection?

I have a few remote SQL servers that I need to pull a large amount of data from regularly (say 5,000,000 rows per server). This data also needs to be formatted and FTPed to another server. The dial-up …