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 portion is fine, I can connect and communicate with the server, but sometimes the connection is slow, maybe only 19Kbps.
Once connected I...
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.
Are there any classes or libraries written for C# or .NET out there that wrap all this functionality nicely for me? Anyone have some code ...
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 in the application and it magically dials.
However, a large part of their workforce uses the application remotely by logging into an NT RAS...
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 returns an error - ERROR_INVALID_SIZE.
How do I call the RasGetEntryProperties function to get the RasEntry structure size?
...
Can someone give me a heads up... I'm trying to use the dotRAS .NET control, and this code to change the value of internetConnected (boolean) using an event handler...
But it seems that the state RasConnectionState.Disconnected is not triggered by dotRAS hangup()..
Any ideas? Am I doing it totally wrong... or have I managed to find a b...
I'm using CR Server 2008 V1, and I have reports which are bound to MS SQL Stored Procedures.
In some cases I don't want to execute SP and I want to bind report to DataSet instead.
I tried this:
ConnectionInfo ci = rcd.DatabaseController.GetConnectionInfos(null)[0].Clone(true);
ci.Attributes.Add("Database DLL", "crdb_adoplus.dll");
ci.At...
Hi,
I have a custom dialer for dial-up connections (written in delphi). It works perfectly and does a lot of great stuff... Now, i want to allow the user to configure the connection to show an after-dial terminal window as if they checked the box "Show Terminal Window" in the "Security" tab of the connection properties.
I already used...