Connecting Tech Pros Worldwide Help | Site Map

how can i make my system network ready?

vinci's Avatar
Member
 
Join Date: Aug 2006
Posts: 63
#1: Aug 18 '06
greetings experts!

i'm a computer science student.
i have this subject called Software Engineering and i have this project that should be finished for me to graduate but i cannot finish it because i dont know how to make my system network ready.

i just want to know how i can make my system work on other computer with the database only located at one site (centralized dbase system).


hope you guys can help me... hoping for your suggestions... tnx!
sashi's Avatar
Expert
 
Join Date: Jun 2006
Location: Seremban, Malaysia
Posts: 1,630
#2: Aug 18 '06

re: how can i make my system network ready?


Hi Vinci,

to be able to share resources in local area network (LAN), your pc must first.. pls refer to below attached links for further reading.. take care my fren.. :)

http://my.resnet.uww.edu/configure_xp.php
http://www.microsoft.com/technet/pro.../wifisoho.mspx
vinci's Avatar
Member
 
Join Date: Aug 2006
Posts: 63
#3: Aug 24 '06

re: how can i make my system network ready?


ei tnx for that info, but i already know how to configure my network connections. my problem is that i cant make my program made from visual basic6.0 be used by other site. (note: i have shared the program) :)

salamat!
Newbie
 
Join Date: Aug 2006
Posts: 21
#4: Aug 24 '06

re: how can i make my system network ready?


Cant you use the computer name, then the file location? I know that sounds vague coz im not too sure myself. I share files on my network, and i have a shortcut on my laptop which takes me to a folder on my desktop. The file location (according to my laptop) is :

\\CompName\FolderName

(the folder is shared, so it goes into the network, finds the CompName, then the FolderName)

so...make a shared folder on the main comp, place ur DB in that folder, and then on DB location in VB, type \\CompName\FolderName

If that doesnt make sence, let me kno
vinci's Avatar
Member
 
Join Date: Aug 2006
Posts: 63
#5: Aug 28 '06

re: how can i make my system network ready?


hey! tnx for all of your suggestions...
i have already found the answer.
by using "App.Path", there are no problems when i access my vb program in other sites...

tnx again!
salamat!
Newbie
 
Join Date: Aug 2006
Posts: 8
#6: Aug 28 '06

re: how can i make my system network ready?


it seems that ur vb application resides on one machine and u just shared it thru LAN. running your application remotely isnt a good idea, how abt installing it on every machine where ull use and just be sure to point the database connection on the computer where ur database file is located. MABUHAY!!!
Newbie
 
Join Date: Aug 2006
Posts: 21
#7: Aug 28 '06

re: how can i make my system network ready?


Quote:

Originally Posted by wappy

it seems that ur vb application resides on one machine and u just shared it thru LAN. running your application remotely isnt a good idea, how abt installing it on every machine where ull use and just be sure to point the database connection on the computer where ur database file is located. MABUHAY!!!

i think thats what she wanted to do in the first plase
Reply