| | |
running a program on a server
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Your question is much too vague. It seems that you have a lot of assumptions built into your question. For example, you are assuming the server in question even has Access. This means that it is a Windows machine. You are assuming that the owner of the server is going to permit you to run your program on his/her server.
Tell us about what you are trying to accomplish, why you want to run it on a server. Otherwise, it's very difficult to give you an answer that will actually help you.
Hoppy
Tell us about what you are trying to accomplish, why you want to run it on a server. Otherwise, it's very difficult to give you an answer that will actually help you.
Hoppy
•
•
Join Date: Nov 2006
Posts: 30
Reputation:
Solved Threads: 4
If you are talking about a client server kind of application, you can run the vbprogram on your machine and keep the database on the server.
If you really want to run the application from the server machine, i. You can log into server using "Remote Desktop Connection" and execute the program ii. Using Citrix client also you can do it.
If you really want to run the application from the server machine, i. You can log into server using "Remote Desktop Connection" and execute the program ii. Using Citrix client also you can do it.
www.easyprograming.com
Make Your Programing Easy
Make Your Programing Easy
•
•
Join Date: Oct 2007
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
Your question is much too vague. It seems that you have a lot of assumptions built into your question. For example, you are assuming the server in question even has Access. This means that it is a Windows machine. You are assuming that the owner of the server is going to permit you to run your program on his/her server.
Tell us about what you are trying to accomplish, why you want to run it on a server. Otherwise, it's very difficult to give you an answer that will actually help you.
Hoppy
Your answer indicates that you are talking about an intranet. This means that you can do certain things that you cannot generally do with an Internet application.
Are you sure that you really want to run the program on the server or do you just want to run software that resides on the server?
If you don't care, and I suspect you don't, the simplest way is to create a shortcut to the application. To do this, the folder on the server in which the application resides must be shared. Also, if the program needs to access any files, the folders in which those files reside must also be shared. The person responsible for the server almost certainly knows how to do this. If not, contact me and I will give you instructions. The program will actually execute on your machine, even though the program and all of the data files reside on the server.
Another very popular way to execute code on the server is to use PHP or ASP.NET. Programs using these technologies reside on the server. They are invoked by a browser such as Internet Explorer or Firefox (the two most popular). Some of the code gets executed on the server and some is executed on your machine (the client) by the browser.
If you want to know the quickest and easiest way to learn the basics of these languages, you should visit www.w3schools.com. They have tutorials with examples that are clear and easy to understand.
I hope that helps,
Hoppy
Are you sure that you really want to run the program on the server or do you just want to run software that resides on the server?
If you don't care, and I suspect you don't, the simplest way is to create a shortcut to the application. To do this, the folder on the server in which the application resides must be shared. Also, if the program needs to access any files, the folders in which those files reside must also be shared. The person responsible for the server almost certainly knows how to do this. If not, contact me and I will give you instructions. The program will actually execute on your machine, even though the program and all of the data files reside on the server.
Another very popular way to execute code on the server is to use PHP or ASP.NET. Programs using these technologies reside on the server. They are invoked by a browser such as Internet Explorer or Firefox (the two most popular). Some of the code gets executed on the server and some is executed on your machine (the client) by the browser.
If you want to know the quickest and easiest way to learn the basics of these languages, you should visit www.w3schools.com. They have tutorials with examples that are clear and easy to understand.
I hope that helps,
Hoppy
Last edited by hopalongcassidy; Oct 19th, 2007 at 3:40 pm.
![]() |
Similar Threads
- Problem connecting to the database after changing the database server (ASP.NET)
- How to get total time of running program (Java)
- Running a program from within a py script... (Python)
- Java Problem with running program (Java)
- running web-server on home network (Networking Hardware Configuration)
- Running a program before loading Windows Explorer during booting (Visual Basic 4 / 5 / 6)
- Running a program (C++)
- Running A Home Web Server (Linux Servers and Apache)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: .cpl File linking
- Next Thread: How to check data type
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age append application basic beginner birth bmp calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver subroutine table tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





