Search:

Type: Posts; User: Runzzz

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    907

    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
    907

    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
    907

    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...
  4. Creating Second File after specific length of First File

    I am creating a log file in android.
    I am facing a problem while creating a file as i want to create a log file with name 'log_file' and after the logfile size is 200MB
    It should create a new...
Results 1 to 4 of 4