Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この構造を置き換える必要があります。
dim base as dao.database set base = opendatabase ("c:\path\name.mdb")
.mdb がサーバー ディレクトリにある別のもの。私は試した:
dim base as dao.database set base = opendatabase ("\\server\folder\name.mdb")
しかし、うまくいきませんでした。私はVB6を使用しています。何か案は?
試す
set base = opendatabase ("\\server\folder\name.mdb")