ASP: Online Address Book 1.00

Source: Internet
Author: User
Tags odbc
In the next recently idle development of an online multi-functional address book software, is willing to ASP program with you to Exchange development experience. 1.00 version of ASP source program download address: Browser input http://ylong.163.net/download/mysoft.htm.

The ASP Address Book supports an operating system that is more than Windows NT4.0 (Service Pack3) and is a database of any of the databases that support ODBC, which uses SQL Server 7.0 and Microsoft Access. The client is any kind of browser.

The steps for installing server-side software are as follows:

First, unzip this packaged file to a directory on the server, such as the addr directory under Wwwroot. Give the directory the right to execute, otherwise you will get "no access" message.

For users who use SQL Server, you need to do the following:

First open the Control Panel and create a System DSN in ODBC, data source name is SQL Server, and database is addr. Create a user long in the SQL Server database, and the password is long. Then establish a database addr. Create a table named AddressBook in the database addr.

The table is established as follows:

CREATE TABLE AddressBook (
[ID] [int] IDENTITY (1, 1) not NULL,
[name] [nvarchar] (8) Not NULL,
[department] [nvarchar] () NULL,
[title] [nvarchar] () NULL,
[address] [nvarchar] (a) NULL,
[Mail address] [nvarchar] (a) NULL,
[Office tel] [nvarchar] (a) NULL,
[Home phone] [nvarchar] (a) NULL,
[Mobile phone number] [nvarchar] (a) NULL,
[Pager number] [nvarchar] (a) NULL,
[remarks] [nvarchar] (a) NULL
) on [PRIMARY]
Go

Then modify the db.asp file to comment out the original access connection. For users who use Micrsoft access, no setup is required to run directly. 1.00 version Download Address: Enter http://ylong.163.net/download/mysoft.htm in the browser.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.