[thelist] help

Brian King BKing at Impact-Technologies.com
Wed Aug 1 09:59:51 CDT 2001


Dump your SQL data into an Access database and adjust your asp code to do
the data lookup from the local access database instead.
Your connection code in could look something like the following;

Set objAreaConn = Server.CreateObject("ADODB.Connection")
strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;
DataSource=D:\Hats\db\Clientsdb1.mdb; Jet OLEDB:Database Password=" &
Password
objAreaConn.Open strConnection
strAreaSQL = "Select ID, Area, SubRegions From Areas"
Set bjAreaRS = Server.CreateObject("ADODB.Recordset")
objAreaRS.Open strAreaSQL, objAreaConn, 1, 2

Brian W. King
-----Original Message-----
From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On
Behalf Of bella r
Sent: Wednesday, August 01, 2001 2:25 AM
To: thelist at lists.evolt.org
Subject: [thelist] help


Respected sir

I have developed a  site using asp and sql database.so
if a  person in future adds any more data he has to
just enter the few coloums in the database table and
he will be able view the changes.it is very simple and
no coding is required frequently.

Now the same person is asking for cd presentation.Is
there any other method for using the database on the
cd and displaying the images.it can be in javascript
also.we don't want to use flash and or other
utilities.

in short how to make a cd presentation using a databse
and sql or ms-sql or any other.


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list