Skip to main content
mkayyali
Inspiring
March 22, 2010
Answered

connect to mdb direct from flash

  • March 22, 2010
  • 2 replies
  • 1331 views

dear,

i need to connect to database ( access database file ) by flash without sever-side language, how to do this please?

This topic has been closed for replies.
Correct answer Ned Murphy

You cannot.

2 replies

kglad
Community Expert
Community Expert
March 22, 2010

you can if you use a plain text or xml file for your database.  it would more difficult but, you could use an excel file, too.

but, ned is correct, you can't query a sql database directly from flash.

mkayyali
mkayyaliAuthor
Inspiring
March 22, 2010

what about sockets ?

mkayyali
mkayyaliAuthor
Inspiring
March 22, 2010

how to use this with xml please kglad ?

i know how to load xml, but how to edit xml or write in existing xml file ?

Ned Murphy
Ned MurphyCorrect answer
Legend
March 22, 2010

You cannot.