client-side databasing - is it possible?
Moderator: General Moderators
client-side databasing - is it possible?
Does anyone know of a way to connect to an existing mySQL database with JavaScript? I know this is a long shot but I figure it's worth asking.
not without some kind of thrid party component that the user
downloads to thier machine...it goes against the nature of the web to allow that kind of interactivty with a client machine...security breaches/flaws...
hth
hth
Figured as much...
Ehh, I'm not surprised... Oh well, I've found a PHP solution to what I was doing anyway. Thanks for your input.