Search:

Type: Posts; User: arvindbis

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,662

    [SOLVED] Re: Where i'm wrong ??

    here one more surprise ! i declared that same method ( copy and paste) in another class show( before it was theater). it worked there with no problem every thing works fine.

    now that my problem is...
  2. Replies
    4
    Views
    1,662

    [SOLVED] Re: Where i'm wrong ??

    here is the table details


    and database is mysql 5.5! all other query works fine, some of them are used to insert into this table also. i'm shocked how can this happens?
  3. Replies
    4
    Views
    1,662

    [SOLVED] Help me to fix the bug?

    private String available_stmt = "select tickets from shows where show_name =? and tid=? and showdate=?";

    public int availablity(String theater, String show, java.sql.Date date) {
    int...
Results 1 to 3 of 3