How build system for store office files in access using VB.NET?
hi i want to built application for man开发者_开发问答aging 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?
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.
精彩评论