在使用MS Access连接ASP时需要帮助
问题描述:
大家好
请告诉我如何将我的ASP应用程序与访问数据库连接
Hi all
Please tell me how can i connect my ASP application with access database
答
ASP不是ASP.NET.在ASP.NET中,这就是您的意思(今天没有理智的人使用ASP),您只需要使用.NET方法来连接到数据库,如果您使用泛型,它并不关心数据库是什么.类.
ASP is not ASP.NET. In ASP.NET, which is what you should mean ( no sane person uses ASP today ), you would just use the .NET methods to connect to a DB, it doesn''t care what the DB is, if you use the generic classes.