开发者

Access database to web applications

开发者 https://www.devze.com 2023-03-26 07:18 出处:网络
I am trying to turn my access database into a web application. To do this I\'m trying to convert the access database into a SQL Server database. How is this done, or can I manually replicate the data

I am trying to turn my access database into a web application.

To do this I'm trying to convert the access database into a SQL Server database. How is this done, or can I manually replicate the database in SQL server form?

开发者_如何学编程

Secondly, how would I go about replicating the forms but in ASP.NET C# on separate pages?

Please help!

Thanks


You can easily convert an Access database to SQL server using the Upsizing Wizard in Access. It can sometimes be finicky, but usually works. If you need something better then check out the commercial offering SSW Upsizing PRO! - Access to SQL Server Upsizing Utility. Remember, though, that a badly designed database will still be badly designed when converted to SQL Server, so make sure your design is solid and properly normalised (I've seen a lot of "amateur" Access databases and many are very poorly made!). Try and follow SQL Server naming conventions (ie. don't have spaces in table names, don't use tbl prefixes, do be consistent).

As for converting forms to ASP.NET pages that is a huge topic and way beyond the scope of a simple post. You basically need to learn ASP.NET and create data-entry forms that persist the data in the database. Probably your best bet, if you aren't an experienced coder, would be to look at the ASP.NET Dynamic Data site - see the MSDN article Walkthrough: Creating a New Dynamic Data Web Site Using Scaffolding.


Microsoft offers a free tool for migrating different database solutions to SQL Server. Check this link Free Microsoft SQL Server Database Migration Assistant

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号