remote-access
How to remotely control a Windows Service with ServiceController?
I\'m trying to control Windows Services that are installed in a remote computer. I\'m using the ServiceController class.[详细]
2023-01-03 04:31 分类:问答How to access a remote OPC server programmatically?
I have downloaded & installed the OPCDA.NET client component evaluation & XMLDA.NET client component evaluation. 开发者_JAVA百科It provides some C# samples for browsing the available OPC Serve[详细]
2023-01-02 04:10 分类:问答I need to read a remote file with logs from a tomcat
I need to read a remote file with logs from a tomcat What is the most convenient way to do it if I have ssh access to the log folder 开发者_如何转开发?OtrosLogViewer can read logs from remote server.[详细]
2023-01-01 02:23 分类:问答How to write to a remote domain
I have a domain www.example.com In the domain, www.example.com/write directory is chmod to 777. Now, suppose, if I want to create a new directory l开发者_如何学Goike www.example.com/write/new from ww[详细]
2022-12-31 00:56 分类:问答How to change querydef sql programmatically in MS Access
I have done Dim qd as querydef set qd = Querydefs(\"MyQuery\") qd.sql = \"...\" In debug qd.sql has been updated but the physical MyQuery still contains the old sql.[详细]
2022-12-29 12:33 分类:问答How to upload files and store them in a server local path when MS SQL SERVER allows remote connections?
I am developing a win32 windows application with Delphi and MS SQL Server. it works fine in LAN but I am trying to add the support for SQL Server remote connections (= working with a DB that can be ac[详细]
2022-12-28 13:00 分类:问答Client to access and edit a MySQL database remotely
So I have been given the host, username, and login information for a MySQL Database. I need a client that I can use to log in to the Database remotely and create/update tables and edit all the data.[详细]
2022-12-27 02:08 分类:问答advice on working on remote asp.net applications
I\'m a (relatively new) developer using asp.net with VB.NET. Currently all my applications are developed on my PC and then are built and moved onto the web server. I\'m going to be working remotely fo[详细]
2022-12-26 06:00 分类:问答use dll from remote computer
I have two computer PC1 and PC2 In PC1 I have a开发者_JAVA百科 .Net C# dll file that provides operations on SQL Server database.[详细]
2022-12-26 00:38 分类:问答How do I pass credentials to a machine so I can use Microsoft.Win32.RegistryKey.OpenRemoteBaseKey() on it?
This .NET API works OK if I\'m trying to open the Registry in a machine that\'s in the same domain as I am (and my logged-on user has admin rights on the target machine).[详细]
2022-12-25 14:39 分类:问答