Search results for query: *

  1. R

    VB.Net and PHP communicating through Web Service

    I am working on an application in Vb.NET the pulls data from an online MySQL server. The problem i was facing was that my application had no direct access to internet. The application connects to a proxy server which was blocking access to database server because the proxy server only allowed...
  2. R

    Connection through HTTP

    Hi all, i am looking for a way to connect to a Remote MySQL server through HTTP using VB.NET. Actually my application has no direct access to internet. The application connects to a proxy server which is blocking access to database server. The proxy server only allows web requests. How can i...
  3. R

    How to access DataSet from a remote machine

    Ok, then how will the records be synchronized between different machines
  4. R

    How to access DataSet from a remote machine

    There are two versions of my application. First runs on a local server and the second version runs on a client machine. The application on the local server performs that following tasks 1. Pulls data from an online Mysql database and stores it in a DataSet 2. Makes changes in the DataSet and...
  5. R

    How to update a DataSet read from XML file ?

    Sample Code Hi Tom, My original code connects to online server my sql server. I have created a similar project ( attached with this message). I have put buttons on the form for every action that my application performs. Please go through the following sequence and you will see duplicate...
  6. R

    How to update a DataSet read from XML file ?

    Thanks Tom, but i am still receiving the duplicate key error
  7. R

    How to update a DataSet read from XML file ?

    I am working on an application in VB.NET and MySql. I am getting a duplicate entry for key 1 error. My application goes through the following steps. 1. Populates DataSet from the database. 2. Makes changes in the DataSet 3. Writes the DataSet into XML file using the following statement...
  8. R

    application with online database

    I have to develop a database application in vb.net 2005 with the following rules 1. The application connects with an online mysql database (i.e database resides on a remote machine) 2. The application has no local database but it should have a local cache to stores new records and the changes...
Back
Top