如何使用VB.NET构建Access存储办公文件的系统?

发布于 2024-10-11 18:22:22 字数 195 浏览 5 评论 0原文

你好 我想构建用于管理数据库中的办公文档的应用程序。 我决定使用VB.NET并访问数据库。请指导我该怎么做? 使用可用的工具Visual Studio 2010(VB.NET)和Access 2007。

1)什么合适的表用于访问存储office文档?包括时间,id,office文件还有什么? 2)如何使用vb.net 2010在访问中进行插入、更新、删除?

hi
i want to built application for managing office document in database.
My decision using VB.NET and access database.Please guide me how to do?
Using available tool Visual Studio 2010(VB.NET) and Access 2007.

1)what suitable table for access to store office document?Included time,id,office files and what again?
2)how use vb.net 2010 for insert,update,delete in access?

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

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

发布评论

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

评论(1

鸵鸟症 2024-10-18 18:22:22

我首先使用 SQL Server 作为后端,并使用 Access Data Projects 作为前端。

SQL Server 2008 支持 varbinary(max) 数据类型的 FILESTREAM 存储。这可以大大减少您的存储开销。

I'd start with using SQL Server as the back end and using Access Data Projects for the front end.

SQL Server 2008 supports FILESTREAM storage of varbinary(max) datatype.. and this could cut your storage overhead considerably.

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