How to connect to a Pervasive Database using javascript?

Can i connect database by using javascript?

  • Answer:

    You don't :D JavaScript is run client side -- inside the visitor's browser. The database is generally blocked from connections originating outside the firewall. Besides, you don't want your database information (host, username, password) available to anyone smart enough to do a "View Source" do you?

ramkoti at Answerbag.com Visit the source

Was this solution helpful to you?

Other answers

I use javascript to connect Access database locally. It works. For web application, no.

unitone

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.