Click to See Complete Forum and Search --> : New VB6 Networking Question
atz
March 12th, 2005, 11:22 PM
Hi guys! i'm new with this networking... i dnt know how to start... but im interested... i'm using vb6. how can i send data or save data to other computer using access database...? can u give some example on how to create? and what tools i'm goin to add... thanks! :)
tcruise
March 16th, 2005, 10:08 PM
If you are asking how to read/write files between two computers that are on a LAN (Local Area Network) and the disk volumes you need to access on the other computer are "mounted" on your computer's filesystem (as remote drive), you can use the VB File functions. Just specify the drive letter for the remote drive and the path you want to access on it.
Bandit
March 21st, 2005, 06:41 PM
if you want to access the database(ms access ) you can use adodc. this will allow you to access database even if it is on another pc. you can use this a bounded to or unbound. You can use this to connect on the database.
:wave:
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.