Feed on
Posts
Comments

JDBC - Tutorial

Java Database Connectivity or JDBC for short is set of Java API’s that enables the developers to create platform and database independent applications in java. The biggest advantage of programming in Java is its platform independence. An application written to access the MS Access database on Win 95/Win NT platform can work on Linux against Oracle database, only by changing the name of driver, provided none of the database calls it makes are vendor specific.

Continue Reading »

Persistence framework

A persistence framework moves the program data in its most natural form (in memory objects) to and from a permanent data store the database. The persistence framework manages database and the mapping between the database and the objects.

Continue Reading »

Toll Free Nos

Toll Free Number’s

Continue Reading »

Kidney Research

Tamilnadu Kidney Research Foundation where they treat all kidney related problems
free of cost

There is a foundation called TANKER (Tamilnadu Kidney Research Foundation), where they treat all kidney related problems free of cost. They even do Dialysis free of cost. Please forward this message and let people utilize this opportunity. It can help people who are in need. Don’t neglect. For further Details contact: 044 - 28273407 and 28241635.

1. Do not write “the same” in an email - it makes little sense to them.

Example - I will try to organize the project artifacts and inform you of the same when it is done.This is somewhat an Indian construct. It is better written simply as:
I will try to organize the project artifacts and inform you when that is done

Continue Reading »

XMLHttp

Use the XMLHttpRequest Object to Post Data

When using XMLHttpRequest object, there is a way to post data in the same way that an HTML Form is posted. All you need to do is add an HTTP header, and send the data the same way you’d send it on the QueryString.Here’s a JScript example for the client side, that submits form data to another page:

Continue Reading »

« Newer Posts - Older Posts »