??? ... with javascript you cannot directly connect to any database - at least not from a 'common' webpage ... you might do an ajax-call and let a serverside script do the job ... javascript would even be not secure-enough for such tasks ... everything is done at the client and could be manipulated quite easily ...
what do you have so far? do you use serverside javascript or some javascript-connected API to script something database related in javascript?
Comment