数据库连接

发布于 2024-09-12 09:19:42 字数 74 浏览 2 评论 0原文

您好,我想要有关如何通过 JAVASCRIPT 连接 MS Access 数据库的代码?我还需要有关插入和删除的代码以及更新相关代码。

Hi i want code about how to connect the ms access database through JAVASCRIPT? and also i need code about insert and delete and update code about that.

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

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

发布评论

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

评论(2

海之角 2024-09-19 09:19:42

Javascript 通常会在互联网上的用户浏览器上运行,而您的 Access 数据库肯定无法从互联网访问,甚至不能间接访问。如果您正在寻找 SQL Server 的轻量级替代方案,那么新的 SQL Server Compact 值得考虑:http://www.microsoft.com/downloads/details.aspx?FamilyID=0d2357ea-324f-46fd-88fc-7364c80e4fdb&displaylang=en

Javascript would typically be running on your user's browser out on the internet, whereas your Access database would certainly not be accessible from the internet, not even indirectly. If you're looking for a lightweight alternative to SQL Server, the new SQL Server Compact would be worth considering: http://www.microsoft.com/downloads/details.aspx?FamilyID=0d2357ea-324f-46fd-88fc-7364c80e4fdb&displaylang=en

哑剧 2024-09-19 09:19:42

Javascript 在客户端计算机上运行,​​但 Access 数据库可以存储在另一台计算机上。可以使用 Web 服务器(Apache 或 IIS)和服务器端语言(如 PHP、ASP、Python、Ruby)从数据库获取数据并将其作为 HTML 传递给客户端。

Javascript are running in the client machine, but Access database could be store on another one. It is possible to use the web-server (Apache or IIS) and the server-side language (like PHP, ASP, Python, Ruby) to get data from database and to pass it to client as HTML.

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