Archive for the 'mysql' Category

JDBC Drivers

What is JDBC
JDBC is an Application Programming Interface (API) that contains set of classes and interfaces written in Java language.

Introduction to JDBC
http://www.roseindia.net/jdbc/what-is-jdbc.shtml
Download JDBC
https://java.sun.com/products/jdbc/download.html
Java JDBC Programming
Storing or retrieving data from database is the very first step to be followed to start communication between database and application program. As you are a beginner in Java JDBC-ODBC […]

Hosting Server providers

JDBC, SQL and WAP hosting server providers with more then 5MB space and FTP access to the site. Find more about these companies in detail.

This Tutorial also discuss about WebAppCabaret, which is free web application and hosting services that enables you to host and share your applications.
 
http://www.roseindia.net/software-tutorials/detail/6210
 

MySQL backup and restore

In this tutorial author explains how to take MySQL backup and then restore the same backup on the server.
Backup and restore is the most important thing for data security.
In this tutorial you will learn:
a) Take the backup of your database
b) Restore the data from backup
After reading the tutorial you will be able to take the […]