User Profile

Collapse

Profile Sidebar

Collapse
Mike Yak
Mike Yak
Last Activity: Mar 24 '11, 08:04 PM
Joined: Feb 8 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Mike Yak
    started a topic I need to return m,d,y back to the main -
    in Java

    I need to return m,d,y back to the main -

    public class Date
    {
    public Date(int m, int d, int y)
    {
    day = nextDay(m,d,y);
    if(day == 1)
    month = nextMonth(m,d);
    if (m == 1 && d == 1)
    y = nextYear(y);
    System.out.prin tln(" " + m + "/"+ d+"/"+y):
    }
    public static int nextDay(int m, int d, int y)
    {
    switch(d){...
    See more | Go to post

  • Mike Yak
    started a topic How to delete an Unknow table name?

    How to delete an Unknow table name?

    TNAME TABTYPE CLUSTERID
    ------------------------------ ------- ----------
    BILLING TABLE
    BIN$H0xdfUMzSgS Kv8HKVYVfJA==$0 TABLE

    how do I get rid of this table name.
    See more | Go to post
No activity results to display
Show More
Working...