Skip to Content.
Sympa Menu

freetds - Re: [freetds] Java programing NullPointer Exception

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Kelvin" <kelvinnight AT hotmail.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Java programing NullPointer Exception
  • Date: Sun, 25 Sep 2005 19:45:14 -0400

Thanks a lot for you reply
and honestly, im really new for this, and dont really know how to use that FreeTDS
i dont know how to post my question and comment, i thought i was a forum-like site, but it is not.

i wrote previous email when i was dyin to have help from some1, and i found some topics similar to Java programing from google, so i registered and then sent an email.
but anyways, thank you again, it really helps me.umm, im wondering that could i still look for help on Java programming question from you in future?

best wishes

Kelvin

----- Original Message ----- From: "Зверев Виталий Борисович" <VZverev AT genesis.spb.ru>
To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
Sent: Sunday, September 25, 2005 4:33 PM
Subject: Re: [freetds] Java programing NullPointer Exception


Kelvin,
your sample have wrong cycles boundaries in lines 198 and 220:
"for(int i=0;i<=count;i++)" should be "for(int i=0;i<count;i++)"
But I don't see anything about FreeTDS here.

Sincerely yours.

-------------------------------------------------------
Vitaly Zverev, OCP DBA 8&8i
Oracle E-Business Suite &
Infiniband Linux Cluster Administrator
Genesis Ltd., St.Petersburg, Russia




-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org [mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of kelvin Jiang
Sent: Sunday, September 25, 2005 9:42 AM
To: freetds AT lists.ibiblio.org
Subject: Re: [freetds] Java programing NullPointer Exception


hey guys:
Im new for this, if i made any mistake, plz dont laugh too much lol
alrite, i got an assiignment and
i have already coded for most part, the code as attachment

so, it just stops rite after printReport method finished and compiler says
that
Exception in thread "main" java.lang.NullPointerException
at CarDealerShip.printReport(TestDealer.java:201)
at TestDealer.main(TestDealer.java:242)

also, i tested rest part of class, each method in CarDealerShip runs with
same error, i dont know why it happens, Could any expert help me out??

Kelvin

_________________________________________________________________
Take advantage of powerful junk e-mail filters built on patented Microsoft╝
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
Start enjoying all the benefits of MSN╝ Premium right now and get the
first two months FREE*.
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds





Archive powered by MHonArc 2.6.24.

Top of Page