Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Daryl Butler   on Oct 20 In Java Category.

  
Question Answered By: Liam Bouchard   on Oct 20

Well, the error message says that some array index does not fit into
the array given to this function as a parameter.

As you mentioned that the DB name "db_test" works, I dare to suppose
that the variable you are using to store the DB name is too small;
have you defined it as a StringBuffer of limited size, or anything
similar? Maybe a char array instead of a String? Then make the array
larger.

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on JDBC for sql server Or get search suggestion and latest updates.


Tagged: