Powered by Blogger.

Insert records into MS-Access database using JDBC

>> Wednesday, October 2, 2013

Insert records into MS-AccessMS-Access is a type of database from Microsoft Office product. This is a file type database to access quickly and easily. In previous tutorial we learnt  How to Connect MS Access Database using JDBC go through this one time to configure your driver and Connection.

For any database the we use the same procedure to insert records into database but DataSourceName(DSN) and driver class names will be unique. If you have multiple databases on your system then you should configure each one with different datasource names with JDBC.

Read more..

What is Reflection and How it Works in Java

>> Monday, September 23, 2013

Reflection is the process of obtaining runtime information about the class or interface.”
Reflection in Java
Runtime information is nothing but deal with the following:
  1. Finding the name of the class or interface. 
  2.  Finding the data members of the class or interface. 
  3. Finding number of constructors (default constructor and number of parameterized constructors).
  4. Number of instance methods.
  5. Number of static methods. 
  6. Determining modifiers of the class (modifiers of the class can be public, final, public + final,abstract and public + abstract).
  7. Obtaining super class of a derived class. 
  8. Obtaining the interfaces which are implemented by various classes.

Read more..

Connecting MS Access Database using JDBC Driver

>> Sunday, August 4, 2013

Connecting MSAccess Database using JDBC Driver_JavabynataraJTo connect MS Access database using java we should use JDBC drivers.
We should follow below given steps to connect MS Access database using JDBC.
  • Create MS Access database file
  • Create a table in the database
  • Create a Data Source Name using Microsot Access Driver
  • Write a java program to connect MS Access database
Here we are just connecting to MS Access database to test our connection. Apart from that nothing we are doing. We can use MS Access as a database for minor and small scale projects. Adding and retrieving data is so simple with this and several advantages like Easy to Use,Great Storage Capacity, Flexibility, Data Importing and Exporting, Multi User support and Remote Use.

Read more..

Creating a review from Atlassian FishEye

>> Saturday, July 20, 2013

FishEye Logo_JavabynataraJFishEye is an Atlassian tool to Search, track and visualize code changes. This provides a read only window into your Subversion, CVS, Git and Mercurial repositories, all in one place. This will keep a pulse on everything about your code. FishEye can can visualize and report on activity,integrate source with JIRA issues, and search for commits,files,revisions, or people. FishEye is one of the best tool form the Atlassian products.

Read more..

Head First jQuery eBook pdf Download

>> Saturday, July 13, 2013

HeadFirst jQuery_JavabynataraJIf you are starting career as a web developer, then you should come across all these technologies like HTML,java script,CSS and jQuery. Jquery is the great scripting technology to develop web animations and effects on web pages. Be aware on HTML and javascript these are the grand father to jQuery. Head First jQuery book explains to reader from very basic way.

What we can learn from this book?

Head First jQuery is your express ticket to engaging, interactive web-sites that look and feel real applications.

Read more..

Installing and Setting Classpath for Java

>> Saturday, July 6, 2013

Installing and Setting Classpath for Java_JavabynataraJBy seeing this post title you may get doubt. We already installed java and able to run programs also. Why this again? Actually i got a mail from java beginners like they are getting some problem while installing java and setting classpath on their Systems. So just a walk through regarding java installation and Setting classpath.

Let's start our java Installation:
Download Java latest version from oracle. Here i am going to install java 6.0. After downloading Double click on it. The process will start as shown in the below image.

Read more..

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.