I think this is possible, right guys? Using a connectiong string like set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\Ws1\Inventory.mdb"
to connect to the network share and then to the database.
But the database is on a Win 98 computer. So you can't really give the database read/write permission and the folder read/write permission.
So the win98 computer will have to be upgraded win 2000 or XP Pro to allow that correct?