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 7160117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:20:44+00:00 2026-05-28T13:20:44+00:00

First of all, I should probably mention that I’m pretty new to Java. I’m

  • 0

First of all, I should probably mention that I’m pretty new to Java.

I’m using PircBot and JDBC to make an irc bot that returns some MySQL values. The problem I’m having is that I want to make prepared statements to protect from SQL injection. However, because I can’t add extra variables into my method, I can’t seem to get it to work.

This is my code as of now: http://pastebin.com/K8zCKt9f

Basically, I want to use prepared SQL statements, but I can’t pass Connection conn into the onMessage method without it messing up (onMessage does not trigger on IRC). This means that I’d have to create a new connection every time there’s an if statement, as opposed to how it works right now with the MySQL method.

I’m sure there’s an easier/cleaner way to do this, but I can’t seem to figure it out. Any help is appreciated, thanks!

  • 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-28T13:20:45+00:00Added an answer on May 28, 2026 at 1:20 pm

    Use a member variable to store the connection, and construct the connection when the Ross-object is constructed:

    public class Ross extends PircBot {
    
        private Connection conn;
    
    
        public Ross() {
    
                this.setName("RICK_ROSS");
                this.setVersion("v1.0");
                this.setLogin("not_a_bot");
                if (!main.password.equals("")) this.sendMessage(main.loginbot, "auth "+main.username+" "+main.password);
    
                //Set up MySQL-connection
                Connection conn = null;
                String url = "jdbc:mysql://";
                Class.forName ("com.mysql.jdbc.Driver");
                conn = DriverManager.getConnection (url,"","");
        }
        ...The rest...
    

    Now you can use the member variable conn in other methods of the class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all I should probably say that the term 'constant object' is probably
I probably should have just put all this in one question, sorry for that
First of all; I'm aware that this question is strange and I will probably
First of all, let me just say that I'm using the PHP framework Yii,
First of all, what's the difference between: www.domain.com and domain.com Should I pay attention
First of all, I know how to build a Java application. But I have
First of all (in case this is important) I'm using ActiveState's Perl (v5.8.7 built
First of all, let me say I am very new to rails, have been
First of all there is probably no correct answer, but I'm sure there are
There is one thing, what I should make for client web page. All done,

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.