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.
我在客户端(我的程序将安装在该计算机上的计算机)中连接我的数据库时遇到问题,我从这里找到了一种方法,但是当我尝试转到我的数据库文件时,我什么也看不到!这很奇怪,因为当我再次运行程序时,我看到了变化!请帮我解决这个问题!
我希望您在应用程序主动连接到数据库时不要检查文件。
可能您的连接保持打开状态,直到应用程序关闭。打开和关闭每个数据库访问的连接。