使用网页连接ms访问数据库 [英] connect ms access database with web page

查看:118
本文介绍了使用网页连接ms访问数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用c#

在aspx的网页上创建了一个员工注册表单现在我想将表单与ms-access数据库连接起来,这样当我填写网页上的表单时,所有条目都必须填入数据库表。

我也应该能够通过用户界面插入,删除和搜索已经存在于db中的员工。

how我能做到吗?

I have created a employee registration form on a web page in aspx using c#
now i want to connect the form with ms-access database so that when i fill the form on the web page,all the entries must get filled in the database table.
also i should be able to insert,delete and search employee that is already present in db via user interface.
how can i do it?

推荐答案

通过选择一本关于ASP.NET的初学者书并完成它。



说实话,你倒退了。您首先创建数据库,然后编写UI以支持您正在进行的操作/跟踪。
By picking up a beginners book on ASP.NET and working through it.

Thruthfully, you did this backwards. You make the database FIRST, then write the UI to support what you''re doing/tracking.


成为优秀程序员的一部分是能够进行研究和解决问题。如果你做了一个简单的谷歌搜索,你会发现使用MS Access数据库后端的数千个ASP.net页面的例子。



这是我发现的一个代码项目:使用MS Access的ASP.NET留言簿 [ ^ ]



如果你先尝试自己找东西,你会成长为更多的程序员。
Part of being a good programmer is being able to research and problem solve. If you had done a simple Google search you would have found thousands of examples of ASP.net pages using an MS Access Database backend.

Here is one I found right on Code Project: ASP.NET Guestbook using MS Access[^]

You will grow more as a programmer if you try to find things yourself first.


这篇关于使用网页连接ms访问数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆