PDA

View Full Version : Web style database app


mcgoo68
06-10-2005, 07:23 PM
Hi

I am using AMS5 with SQLite plugin just now but not sure I can do what I need.

Currently I have a website product catalogue written in ASP running from an Access Database. We have 5000+ products and the website is set out in such a way that you can click a main category, then a sub category and then browse the products. Each linking to a detail page with pic and description.

Ideally I want to produce a CD with all this and working in a similar manner. I can create websites like this fairly easily using Dreamweaver MX but looking at SQLite I can't seem to get to grips with it for the purposes of a CD.

Is there an easier way to do this in AMS5? Is there like an IIS plugin or something I can use to distribute an ASP Web CD???? If not, can anyone suggest a good tutorial or starting point for me.

Many thanks
Mick :yes

Corey
06-10-2005, 08:59 PM
The best way to do it is to just serve your existing site through a web object because If you put your inventory data on a CD then your CDs will be out of date almost as soon as you finish them. That takes only fives minutes to set up, too...

But if you wish to have it all packaged as a standalone app on CD then SQLite is a good bet. It's not that hard to learn and there might even be tools out there to help get from ASP to SQLite. Other than that, there's no way I know of to run ASP from a CD-ROM. I have had some success running PHP from a CD though just by packaging the binary with my app. There's an example I posted of using PHP as a standalone technology in an app somewhere here in the forum if you search.

Sorry, wish I could be more help but I don't know ASP.

ianhull
06-12-2005, 05:44 PM
Hi, This should help

Dynamic-CD provides the services you'd expect from an Internet server - except it's on a CD.
Use Dynamic-CD to produce CDs with processing power. Until now CDs could only display static HTML Pages. With Dynamic-CD, your CD can display dynamic content, just like an Internet server.

Scripting
Catch and process <Form> and Query data, incorporate ActiveX components, customise your CD with Cookies, and track your pages with Session variables.

Database support
Put a database on your CD and use Dynamic-CD's database support to generate HTML pages in real time.

Encryption
Secure your CD with Dynamic-CD's encryption and password protection.

http://www.phdcc.com/dynamic-cd/


Ian

Corey
06-12-2005, 05:48 PM
FWIW those are all things you can currently do using AutoPlay Media Studio 5.0. :yes

ianhull
06-13-2005, 02:25 AM
Corey can AutoPlay communicate with MS Access?

Is there any samples around?

Ian

JimS
06-13-2005, 04:35 AM
Corey can AutoPlay communicate with MS Access?

Is there any samples around?

Ian

Check out this thread:

http://www.indigorose.com/forums/showthread.php?t=11332&highlight=Access



.

ianhull
06-13-2005, 05:43 AM
Thanks Jim,

I did not know that this could be done.

Excellent work from you guys as usual :yes