Topic: Connect to Access Database with Flash MX (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Australia |
posted 08-25-2004 15:50
is this possible at all? I have an access database with some products on my PC. I want to make a flash interface to show the products from the database, without having to install anything (eventually it will be a standalone pc) |
Maniac (V) Inmate From: Boston, MA, USA |
posted 08-26-2004 02:57
How would you, uh, "access" your access database if it were a "normal" html page? What would be i the middle? PHP? If so Flash could just as easily use PHP to do the data exchange. I don't know anything about access, so maybe I'm missing the boat here. |
Bipolar (III) Inmate From: Australia |
posted 08-26-2004 07:07
... |
Paranoid (IV) Inmate From: Brisbane, Australia |
posted 08-29-2004 17:56
This question comes up quite often. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 08-30-2004 03:53
How big is the database? Since it appears it's not going to be dynamic (not serving up to the minute data from the internet, and evidently not updating info since it's on a CD) maybe a flat file form would suffice in which case xml might be sufficient. If it's in xml form on the CD, Flash could certainly parse that with minimal difficulty or speed penalty. |
Paranoid (IV) Inmate From: Brisbane, Australia |
posted 08-30-2004 07:43
True, but the main benefit of databases is their ability to query the data. Using a data set with a site that dynamically generates 10+ different views of the same kind of data is going to be time consuming to convert to an XML based data store. Searching also becomes a bit troublesome unless you're really comfy with recursive algorithms. |
Bipolar (III) Inmate From: Australia |
posted 08-30-2004 08:48
Well the database will be quite substantial, a few thousand products and all of their pictures. |
Paranoid (IV) Inmate From: Brisbane, Australia |
posted 08-30-2004 10:06
Read through this macromedia tech note on hooking Director up to a database: |
Bipolar (III) Inmate From: Australia |
posted 08-31-2004 02:28
Hi thanks for that, ahh it is for CD-Rom distribution, i forgot to mention. Wether it has to be installed from the cd or not hasnt been decided but obviously it would be best if it could run straight off the cd. |
Nervous Wreck (II) Inmate From: |
posted 03-02-2006 20:46
quote: |