Hi Keith,I think the reason Flex doesn't have it's own 'mysql_connect'is
that *.SWFs are executed on the clients computer. The DBMS isrunning on
a server - for example at your webhost. Access to theDBMS is most of the
time restricted to localhost or certain trustedIPs or domains (security)
and furthermore the client running yourapplication would have to have a
database-driver installed tocommunicate with the DB-server.As far as I
understand, those are (at least some of ?) thereasons why client-s...