如何测试数据库行为?

发布于 2024-11-10 02:17:25 字数 283 浏览 0 评论 0原文

亲爱的,是否有任何工具可以通过向数据库发送一些示例数据来检查系统中的所有数据库,以确保数据事务正确发生。此外,样本数据应该是不可见的,外界无法访问。如果您有任何想法请帮忙。

更新

感谢您的回答。但我对您给出的答案有一些疑问。

  • 上述解决方案适用于MySQL和SQLite吗?
  • 如果是这样,那么在哪里打开database.txt文件呢?

顺便说一句,我的系统使用的是WampServer2,我的数据库是MySQL

Dear all, Is there any tool available that can check all databases in a system by sending some sample data to the database to make sure that data transaction is occurring correctly. Moreover, the sample data should be invisible an inaccessible from the outside world. If you have any idea please help.

Update

Thank you for your answer. But I have some questions regarding your given answer.

  • Is the above solution is applicable to MySQL and SQLite?
  • If so, then where to open the database.txt file?

By the way, I am using WampServer2 for the system and my database is MySQL

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吻泪 2024-11-17 02:17:25

1) 创建database.txt 文件并
更改文件类型和名称
数据库.udl

2)打开文件

3) 选择标签提供程序

4) 选择 Microsoft Ole Db Provider
对于 ODBC 驱动程序,然后按下一步

5) 写。或(本地)使用数据
来源名称

6) 在中选择数据库名称(输入
使用的初始目录)

7) 测试连接

1) create database.txt file and
change file type with name
database.udl

2) open the file

3) select tab provider

4) select Microsoft Ole Db Provider
for ODBC Drivers and press Next

5) write . or (local) in Use data
source name

6) select database name in (Enter the
initial catalog to use)

7) Test Connection

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文