我们今天使用这个连接字符串:
提供者=SQLOLEDB;数据源=mydomain.com;初始目录=myDB;用户 ID=xxx;密码=xxx;
我想知道谁将 mydomain.com 保存在缓存中,是用户的浏览器还是运行应用程序的服务器?
谢谢
Find centralized, trusted content and collaborate around the technologies you use most.
Learn moreTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more我们今天使用这个连接字符串:
提供者=SQLOLEDB;数据源=mydomain.com;初始目录=myDB;用户 ID=xxx;密码=xxx;
我想知道谁将 mydomain.com 保存在缓存中,是用户的浏览器还是运行应用程序的服务器?
谢谢