I wrote a widget that previously queries the mysql database, the link is as follows:
C# Mini Program for Operating MySQL 5.7 [Source Code]
https://www.itsvse.com/thread-3718-1-1.html (Source: Architect)
This widget can be placed in the server to quickly debug a gadget that connects to the database and displays the database, but the disadvantages are as follows:
1: You can only query the mysql database, not other databases. 2: The display is not intuitive, and the display effect of the list and value is not good 3: In the case of special symbols, special characters need to be escaped
Due to the above shortcomings, a new version of the database query widget is deliberately released, the rendering is as follows:
The features are as follows:
1: Support mssql, mysql, and Oracle database queries 2: With ini configuration file, special characters do not need to be escaped 3: The display result is displayed in json string, which can be copied into the formatting tool, and the display is still relatively intuitive! As shown below:
Finished tool download:
Tourists, if you want to see the hidden content of this post, please Reply
Source code download:
Tourists, if you want to see the hidden content of this post, please Reply
|