Originally Posted by
bora.pradnya
I execute number of SQL statements on server side.........and for every execution I open the connection with database and close it .........
Help me whether this method is correct or not..........Or Connecting with database once when starting the server...and then keeping the connection open........
Thank you
Welcome to Java Programming Forums. I hope by asking this question, half of answer you stated yourself. Well, did you ever hear or know the concept Connection Pooling?