running a program on a server

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2007
Posts: 2
Reputation: mimi_breeze is an unknown quantity at this point 
Solved Threads: 0
mimi_breeze mimi_breeze is offline Offline
Newbie Poster

running a program on a server

 
0
  #1
Oct 18th, 2007
hi everyone, i'm new to programming and will like to know how i can run my vb/access application on a server? Thanks for your contributions.
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 147
Reputation: hopalongcassidy is an unknown quantity at this point 
Solved Threads: 13
hopalongcassidy's Avatar
hopalongcassidy hopalongcassidy is offline Offline
Junior Poster

Re: running a program on a server

 
0
  #2
Oct 18th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 30
Reputation: yello is an unknown quantity at this point 
Solved Threads: 4
yello yello is offline Offline
Light Poster

Re: running a program on a server

 
0
  #3
Oct 18th, 2007
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.
www.easyprograming.com
Make Your Programing Easy
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 2
Reputation: mimi_breeze is an unknown quantity at this point 
Solved Threads: 0
mimi_breeze mimi_breeze is offline Offline
Newbie Poster

Re: running a program on a server

 
0
  #4
Oct 19th, 2007
Originally Posted by hopalongcassidy View Post
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
Thanks hoppy, i can write a few programs on a standalone computer. However, i want one that will be accessible by other computers in the network. i can get all the co-operation i want from the server end. just want to test my skills. I haven't actually had much training on the subject. be glad if u'd help out.
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 147
Reputation: hopalongcassidy is an unknown quantity at this point 
Solved Threads: 13
hopalongcassidy's Avatar
hopalongcassidy hopalongcassidy is offline Offline
Junior Poster

Re: running a program on a server

 
0
  #5
Oct 19th, 2007
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
Last edited by hopalongcassidy; Oct 19th, 2007 at 3:40 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC