用于管理数据库的最佳桌面或webscript?

时间:2022-09-11 14:58:43

which one is best web script or preferably desktop software in which my small company can keep database of students and teachers and do stuff like sorting, filtering, and giving command to print certificate for selected students on demand.

哪一个是最好的网页脚本,或者最好是桌面软件,我的小公司可以保存学生和教师的数据库,并根据需要对选定的学生进行排序,过滤和命令打印证书。

thanks

3 个解决方案

#1


If you want a simple database with user interface for managing small amounts of data, OpenOffice Base is free to download and use. Here's a screenshot:

如果您想要一个带有用户界面的简单数据库来管理少量数据,可以免费下载和使用OpenOffice Base。这是一个截图:

用于管理数据库的最佳桌面或webscript?

Update: If you are willing for your data to be public or willing to pay a small monthly sum, you could also consider Dabble DB.

更新:如果您愿意公开您的数据或愿意每月支付少量费用,您还可以考虑使用Dabble DB。

#2


You can probably use SQLite and avoid the overhead of having a database server installed for the application to run.

您可以使用SQLite并避免为应用程序运行安装数据库服务器的开销。

SQLite - SQLite is an ACID-compliant embedded relational database management system contained in a relatively small (~225 KB) C programming library.

SQLite - SQLite是一个符合ACID标准的嵌入式关系数据库管理系统,包含在一个相对较小的(~225 KB)C编程库中。

Source: Wikipedia.

#3


Download and use a php, apache, and mysql bundle like XAMPP (www.apachefriends.org/en/xampp.html). It is easy to install, configure and have a working web based database application with a few hours of work. You will need to use mail merge in Microsoft PowerPoint if you want decent looking certificates.

下载并使用像XAMPP一样的php,apache和mysql包(www.apachefriends.org/en/xampp.html)。它易于安装,配置并具有基于Web的数据库应用程序,只需几个小时的工作。如果您需要体面的证书,则需要在Microsoft PowerPoint中使用邮件合并。

#1


If you want a simple database with user interface for managing small amounts of data, OpenOffice Base is free to download and use. Here's a screenshot:

如果您想要一个带有用户界面的简单数据库来管理少量数据,可以免费下载和使用OpenOffice Base。这是一个截图:

用于管理数据库的最佳桌面或webscript?

Update: If you are willing for your data to be public or willing to pay a small monthly sum, you could also consider Dabble DB.

更新:如果您愿意公开您的数据或愿意每月支付少量费用,您还可以考虑使用Dabble DB。

#2


You can probably use SQLite and avoid the overhead of having a database server installed for the application to run.

您可以使用SQLite并避免为应用程序运行安装数据库服务器的开销。

SQLite - SQLite is an ACID-compliant embedded relational database management system contained in a relatively small (~225 KB) C programming library.

SQLite - SQLite是一个符合ACID标准的嵌入式关系数据库管理系统,包含在一个相对较小的(~225 KB)C编程库中。

Source: Wikipedia.

#3


Download and use a php, apache, and mysql bundle like XAMPP (www.apachefriends.org/en/xampp.html). It is easy to install, configure and have a working web based database application with a few hours of work. You will need to use mail merge in Microsoft PowerPoint if you want decent looking certificates.

下载并使用像XAMPP一样的php,apache和mysql包(www.apachefriends.org/en/xampp.html)。它易于安装,配置并具有基于Web的数据库应用程序,只需几个小时的工作。如果您需要体面的证书,则需要在Microsoft PowerPoint中使用邮件合并。