`**

I know it should be written that :
ArrayList ar = new ArrayList();
while(rs.next){
    int mxtype = rs.getInt("mxtype");

}
int mxtypes[] = ar.toArray();//here will be point out ,need to convert to ......

#
**`

Recommended Answers

All 2 Replies

Your question is not clear, kindly please paste some code and some explanation to elborate your problem.

kindly please tell what exactly your problem is..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.