Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
DirectUI Gui Library 1.0
Internet Cafe Monitoring Source Code v1.0
Mail Report Excel .Net 2.1
Alibaba Clone B2B Trading Marketplace Script 4
3D Rotate Carousel AS 2.0 1.0
Abadan XML SlideShow 2.0
QuickOrder 1.0
MPEG Bitrate Viewer 1.0
Point of Sale Software 1.0
Online Notebook Manager 1.0
DMXReady Blog Manager 1.0
Availability Booking Calendar 1.5
Free Hotel Management Source Code 1.0
Artistic Photo Gallery 1.0
Advanced Image Grid AS 2.0 1.0
Top Code
Adirex 3D Chess Client 1.0
Habanero 2.0.1b
ikiCLassifieds 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Su Logu 0.6.2
Ticket Support Script 1.1
Time and Attendance 1.0
WhoisOnsite 1.VIII
XMBForum 1.9.10 Karl
phpTimeSheet 1.3.0-preview 2
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Details

KB100013: How to create a secure, stable server-side data access component for a Microsoft Access da 1.IV

 
by Stephan Bren

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.

License: Freeware

Downloads: 2

Download KB100013: How to create a secure, stable server-side data access component for a Microsoft Access da 1.IV  Report Error Link
More Similar Code


KADao is a native DAO component for Delphi. It is the first freeware component to completly access all databases supported by Microsoft DAO (Data Access Objects) including mdb, xls, dbf etc.. BDE is not required. Microsoft DAO must be Installed in



Building Data Access Helper Component for Microsoft SQL Server is a tutorial which helps you to create a helper function for accessing MS SqlServer Data Sources. You can download this class library on your appliction. This tutorial is helpful for the



GM - MSI Data Access ComponentsAccessing Microsoft Installer Database Files (*.msi).Features:========= - Maintain microsoft installer files like any other database. - Only Delphi Standard/Personal edition required. - Very stable and accurate error



Native VCL for direct use MS Access databases.....



MDB2SQL automates Microsoft SQL Server support for Microsoft Access-based applications without the need to rewrite your existing code.



MDB2SQL automates Microsoft SQL Server support for Microsoft Access-based applications without the need to rewrite your existing code.



SQL Server Data Access Components provides high performance accessto Microsoft SQL Server. SDAC is set of VCL native componentsfor Delphi and C++ Builder. Using SQL Server Data Access gives you the following advantages: - No



UniDirect .NET data provider offers universal access to data of different databases for the Microsoft .NET Framework. It supports most of major database servers such as Microsoft SQL Server, Microsoft Access, Oracle, DB2, MySQL, PostgreSQL and others



Ever needed to create a Microsoft Access Datasource Name (DSN) on the fly from inside your Delphi code? We certainly have. This incredibly useful little Delphi component allows you to create, modify and delete DSNs at runtime from a Delphi



Ever needed to create a Microsoft Access Datasource Name (DSN) on the fly from inside your code? We certainly have. This incredibly useful little component allows you to create, modify and delete DSNs at runtime from any development environment

User Review for KB100013: How to create a secure, stable server-side data access component for a Microsoft Access da 1.IV
- required fields
     

Please enter text on the image