Search:

Type: Posts; User: Runzzz

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    920

    Re: Web Service connectivity

    I have tried this also.
    but still its not working..
    Even tried with


    String SPsql = "EXEC dbo.updateBalance ?,?;
    PreparedStatement ps = connection.prepareStatement(SPsql);
    ...
  2. Replies
    4
    Views
    920

    Re: Web Service connectivity

    There is no error in my code but my database field are not updated.
    I can see no changes in my table column.
  3. Replies
    4
    Views
    920

    Web Service connectivity

    Hii,

    I am an query??
    Following is my java code for database coonectivity through web service:
    package net.org;

    import java.io.File;
    import java.io.FileInputStream;
    import...
Results 1 to 3 of 3