AxpDB documentation

A server side databound ASP (Active Server Pages) HTML-generating component.

© Axezz Data, Oslo Norway 1999-2006

http://axpdb.axezz.com

Document date : 2006-02-26
Current AxpDB version 2.1.0.44 (View Version history)

Kickstart

<html>
<link rel=STYLESHEET href="AxpStyle.css">
<body>
<%
Dim objAxpDB
Set objAxpDB = Server.CreateObject("AxpDB.DBView")
objAxpDB.ConnectionString = "DSN=MYDSN;UID=;pwd="
objAxpDB.sql="SELECT * FROM CUSTOMER"
objAxpDB.WriteHtmlTable
Set objAxpDB = Nothing
%>
</body>
</html>

Installation

Reference

AxpDB.DBView

DBView now covers both viewing and editing data.

Important Methods

Required properties

General Data display

Page navigation and display options

Grid and Form Visual Display Options

HTML Attributes

Data editing

Formatting, Functions, Regular expressions

Free Format Cell

Additional properties

Configurable strings Debug mode, display SQL statement
Data source related properties

AxpDB.DBConnection

Properties

General notes

Notes

Caveats

© www.axezz.com
Oslo, Norway 1999-2006