KB100013: How to create a secure, stable server-side data access component for a Microsoft Access da - Script Review at ProgramsDB.com


  • Name
KB100013: How to create a secure, stable server-side data access component for a Microsoft Access da
  • Version
1.4
  • Author
Stephan Bren
  • Cost
FREE
  • Operating System
.NET, ASP.NET
  • Category
ASP.NET / Components
  • HomePage Address
Click to Visit
  • No. of hits
41



     When developing your web-based application, you'll most likely move application data access (and business) logic into compiled components. If your data access involves file-based databases, such as Microsoft Access, you'll need to employ the Server.MapPath method in order to build the proper connection string to the MDB file for your OleDbConnection object. The Server object is intrinsic to the ASPX page object, and thus Server object methods are available if you build your data access code in the ASPX page itself. However, this is not the case if you build data access in the page's Code Behind module or in a separate component. In these cases, you'll need to instantiate an instance of the Server object, or use the fully qualified path of the Server object's MapPath method. Both of these approaches are covered here.


Top ASP.NET scripts
1).   KB100013: How to create a secure, stable server-side data access component for a Microsoft Access da This article walks you through the development of a .NET component that provides secure, stable data access to a Microsoft Access database.
    Home
    Top Downloads
    New Programs
    Awards
    Link to us
    Submit
    Contact us

 

Scripts Categories

 


Game Cheats

 

Updated: Sunday, 7 September 2008

Privacy Policy