How to connect to a Pervasive Database using javascript?

Hi, How can I connect a database that I created using SQLSERVERExpress to a program on another PC?

  • Hi, How can I connect a database that I created using SQL SERVER Express (The one with VS2010) to a program that I created using VB.NET on another computer that doesn't have VS or anything? I've already created a textbox to be used to set the connection string, but when I use the program, nothing is saved on the database and I can't retrieve any data. What should I do?

  • Answer:

    server="ip of the pc which has the database with portnumber"; user id="Your user ID"; password="Your password"; database="Your database" Ex server=192.168.1.3:3361;user id=myid;password=mypassword;database=myd… The above is the code for mysql with vb.net. i assume it must be like this

darksife... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Read the source page below. You may need to modify from server=(local) to server=ip(ip of your SQL server).

Sovandara

Just Added Q & A:

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.