andrey_anikin
Registered User.
- Local time
- Tomorrow, 00:56
- Joined
- Jan 3, 2008
- Messages
- 31
Gentlemen,
I have an issue trying to connect to a remote backend-db that is residing on another PC in the LAN (192.168.x.x). What I do in order to reach the db is the following (wrk_spc is a workspace, and cust_db is a database):
It works ok in my home LAN (where I use a computer name instead of an IP-address), but in the office LAN it says I give a wrong path. Anything I'm overlooking?
I have an issue trying to connect to a remote backend-db that is residing on another PC in the LAN (192.168.x.x). What I do in order to reach the db is the following (wrk_spc is a workspace, and cust_db is a database):
Code:
Set wrk_spc = CreateWorkspace("my_space", "admin", "")
Set cust_db = wrk_spc.OpenDatabase("\\192.168.x.x\_shared_folder_name_\db_name_be.mdb", True)