I have two equal databases. The first one is install on the local machine and the second one on the virtual machine. I have no problem while connecting the database on local machine
To access database on the virtual machine I share database folder and do the same
_AccessOpen("\\111.222.3.44\MyFolder\DB\MyDB.mdb")
But I receive an error "The requested action with this object has failed.:
$o_doc = $o_object.OpenDatabase($s_FilePath, $Options, $ReadOnly, $Connect)
$o_doc = $o_object.OpenDatabase($s_FilePath, $Options, $ReadOnly, $Connect)^ ERROR"
From another hand I can access text file from DB folder without any problem: