Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7704297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:39:13+00:00 2026-05-31T23:39:13+00:00

I have a string array which holds the name of 500 stocks. Now i

  • 0

I have a string array which holds the name of 500 stocks. Now i have a table in my mysql database which holds the symbol for more than 1000 stocks alonwith their name. What i would like to do is retrieve the symbol of those 500 stocks from the table i have. I have tried the following code

Class.forName("com.mysql.jdbc.Driver");
Connection conn=DriverManager.getConnection("jdbc:mysql//localhost/mydatabase","user","pass");
PreparedStatement stmt = conn.prepareStatement("SELECT (NAME) FROM stocks1 WHERE FULLNAME =?"); 
for(int i1=0;i1<i;i1++)
{   
  stmt.setString(1, name[i1]); 


  stmt.addBatch(); 
} 
ResultSet t=stmt.executeQuery(); 
while(t.next())
  System.out.println(t.getString("NAME"));

But it doesnt work. Nothing is printed. I think i am making a mistake in stmt.addBatch(). Also if i wanted the name[i1] to be follwed by a wildcard charcter(%) how would i do this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T23:39:13+00:00Added an answer on May 31, 2026 at 11:39 pm

    You could create a table for the stocks in your string array and do a join with your stocks1 table.

    Let’s say the table for your arraystocks is named stocksperuser with one column FULLNAME the code looks like this:

    Class.forName("com.mysql.jdbc.Driver");
    Connection conn=DriverManager.getConnection("jdbc:mysql//localhost/mydatabase","user","pass");
    PreparedStatement stmt = conn.prepareStatement("SELECT NAME FROM stocks1 WHERE FULLNAME is in (SELECT FULLNAME FROM arraystocks)"); 
    ResultSet t=stmt.executeQuery(); 
    while(t.next()) {
        System.out.println(t.getString("NAME"));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this: one string variable which holds the class name ( $classname )
I have a table which holds images of children. Now I want to read
I have a string array variable called 'myAttachmentArray[]' which holds different figures like this:
I have a database table which holds meta data about images, the field in
I have a string array selectCancel with setter and getter methods, which is a
I have a string say string s =C:\\Data , I have an array which
I have written an assembly in C# which returns a string array, the C#
I have a WebMethod which returns a string of array: [WebMethod] public static string[]
I have this string of numbers var array = 1,6,2,9,5 which is retrieved from
I have a .NET string which is Base64 encoded representation of an array of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.