PDA

View Full Version : SQL and Flash


Richard Hanley
12-04-2003, 12:13 PM
Is it possible to send sql queries to a db stored on a local shared drive from flash? Or is it a case of alwas having to go through the whole web server-php route?

tg
12-04-2003, 04:25 PM
flash can't do it directly... you'll have to use some sort of script/program to make the connection to the db, and retrieve the recordset.

CyanBlue
12-04-2003, 04:47 PM
db stored on a local shared driveCan you get data from the database that is residing on the local drive??? :confused:

tg
12-04-2003, 05:35 PM
sure you can, i do it daily on my box at work, to get the rough bugs out of my code before i upload it to a server. but not directly with flash (yet).

i've been playing around lately with flash and wsh... can do some fun stuff (like execute dlls) with that, but havnt figured out a way to get rid of the warning from windows to open or save the file i try to open.

CyanBlue
12-04-2003, 05:51 PM
Hm... Sounds like fun and headachey stuff... :D

tg
12-04-2003, 06:58 PM
no headaches... just play().

Richard Hanley
12-05-2003, 06:13 AM
ok, cheers people. Best get my thinking trousers on and come up with something else.

stealthelephant
12-08-2003, 08:43 PM
u could use flash remoting to make it appear more like flash is doing the work (amfphp)