Tec Bar

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Java
  • JDBC
  • Hibernate
  • Algorithms
  • Design Patterns
  • Linux
  • Database
  • Others
  • Terms of Service
  • About
  1. Pages:
  2. «
  3. 1
  4. 2
  5. 3
  6. 4
  7. 5
  8. 6
  9. 7
  10. 8
  11. 9
  12. 10
  13. 11
  14. 12
  15. 13
  16. »

JDBC Select Records

Posted on February 20, 2015 by James
1

The post (“JDBC Select Records”) will give an example, and show how to select and parse records. Continue reading →

Posted in Java, JDBC | Tagged Java, JDBC | 1 Reply

JDBC Insert Records Using PreparedStatement

Posted on February 20, 2015 by James
8

The post (“JDBC Insert Records Using PreparedStatement”) will give an example, and show how to add records using PreparedStatement. JDBC Prepared Statement is used to handle precompiled query. If you want to execute a Statement object many times, it usually reduces execution time to use a PreparedStatement object instead. Continue reading →

Posted in Java, JDBC | Tagged Java, JDBC | 8 Replies

JDBC Insert Records Using Statement

Posted on February 20, 2015 by James
1

The post (“JDBC Insert Records Using Statement”) will give an example, and show how to insert records using JDBC. Continue reading →

Posted in Java, JDBC | Tagged Java, JDBC | 1 Reply

JDBC Drop Table

Posted on February 20, 2015 by James
1

The post (“JDBC Drop Table”) will give an example, and show how to drop a table using JDBC. Continue reading →

Posted in Java, JDBC | Tagged Java, JDBC | 1 Reply

JDBC Create Table

Posted on February 20, 2015 by James
1

The post (“JDBC Create Table”) will give an example, and show how to create a table using JDBC. Continue reading →

Posted in Java, JDBC | 1 Reply

JDBC Drop Database

Posted on February 20, 2015 by James
1

The post (“JDBC Drop Database”) will give an example, and show how to drop a database using JDBC. Continue reading →

Posted in Java, JDBC | 1 Reply

JDBC Create Database

Posted on February 20, 2015 by James
1

The post (“JDBC Create Database”) will give an example, and show how to create a database using JDBC. Continue reading →

Posted in Java, JDBC | 1 Reply

Get JDBC Connection

Posted on February 19, 2015 by James
2

To get JDBC connection, normally there are two ways: 1. database driver manager 2. use data source Continue reading →

Posted in Java, JDBC | 2 Replies

JDBC by Examples

Posted on February 19, 2015 by James
Reply

The Java Database Connectivity (JDBC) API is a collection of classes and interfaces, and is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases and other tabular data sources. Continue reading →

Posted in Java, JDBC | Tagged Java, JDBC | Leave a reply

Block IP Address on CentOS / Redhat

Posted on February 18, 2015 by James
Reply

To block / unblock an IP address, you’d update iptables setting (root / sudoer only). Continue reading →

Posted in Linux | Leave a reply
  1. Pages:
  2. «
  3. 1
  4. 2
  5. 3
  6. 4
  7. 5
  8. 6
  9. 7
  10. 8
  11. 9
  12. 10
  13. 11
  14. 12
  15. 13
  16. »

Categories

  • Algorithms (29)
  • Database (3)
  • Design Patterns (12)
  • Hibernate (8)
  • Java (40)
  • JDBC (15)
  • Linux (17)
  • Others (18)

Recent Posts

  • UML Class Diagram and Relationships
  • Java Date Format Pattern
  • Gmail SMTP debug: error “please log in via your web browser”
  • Install Sendmail Server on CentOS
  • Difference between @Component, @Repository & @Service annotations in Spring

Recent Comments

  • Nagesh on Java HTTP client crashes on HTTPS connections
  • Uli on Java HTTP client crashes on HTTPS connections
  • Guest on How to check if a radio button is checked using JQuery
  • Burns on RAID 1 Repair on Linux
  • prateek on Java HTTP client crashes on HTTPS connections

© 2025 tecbar.net