PDA

View Full Version : Flash and MDB



WAcky
May 15th, 2005, 08:19 PM
does anyone know a sultion to the problem of getting MDB (database info) into flash without using server-side scripting or installing anything?

abcdefg
May 16th, 2005, 10:01 AM
Never happen.

You need some type of SS language to interact with a database.

glkngs
May 16th, 2005, 10:33 AM
I'm working on a soloution that requires a simple setup of one asp file (more or less), and then you can get/set data in an Access database.
It's still very beta-ish, but if you wan't to try out, let me know :)
(helps if you know a little bit about recordsets in asp, but it's not nessesary)

abcdefg
May 16th, 2005, 01:04 PM
I'm working on a soloution that requires a simple setup of one asp file (more or less), and then you can get/set data in an Access database.
It's still very beta-ish, but if you wan't to try out, let me know :)
(helps if you know a little bit about recordsets in asp, but it's not nessesary)

That would be using a server side language though :)

I'd like to see what you got though, you have an online example?

glkngs
May 16th, 2005, 03:02 PM
I know, but with this you want have to code any ss yourself :P
Didn't quite think that post through though - its been a while since i've looked at my project, and when i opened it just now it didn't work, so i'll have to do some troubleshooting before i put it up.. but let's say i have a look at it, and hopefully i will post it in Source/Experiments by wednesday ;)

glkngs
May 19th, 2005, 03:35 PM
There you are :)
http://www.kirupa.com/forum/showthread.php?p=842725#post842725

WAcky
May 23rd, 2005, 12:17 AM
k thanks guys

WAcky
May 29th, 2005, 08:54 AM
hehe. i managed to do it about 2 days ago. i can get mdb into flash without a server or anything. i can run it from my desktop. ill post it sometime soon. still polishing.

glkngs
May 30th, 2005, 10:22 AM
interesting - i'd love to see the source :love: