RoseIndia.net

JDBC-Tutorials

JDBC - Java Database Connectivity Tutorials. JDBC is essentially an Application Programming Interface (API) for executing SQL statements, and extracting the results. Using this API, we can write database clients, such as Java applets, servlets and Enterprise JavaBeans, that connect to a relational database, such as Oracle, MySQL, Sybase, Informix, Ingres, PostgreSQL, or any other database that implements this API, execute SQL statements, and process the results extracted from the database.

Programming Resource Home :: JDBC-Tutorials




JDBC-Tutorials
Tutorial Servlet Example To Insert Mysql Clob Data
This example shows how to insert CLOB data in the database. In our example, servlet InsertClobExample takes url for the CLOB data (the url will be pointing to a text file). Therefore, we will represent the CLOB as a url. View Rating



JDBC-Tutorials
Tutorial Servlet Example To Delete Mysql Blob Data
BLOB data in SQL is a built-in type used for storing Binary Large Object. The BLOB type stores/retreives large binary objects such as PDF files, video clips, JPEG/GIF pictures, and Microsoft word documents. View Rating






Page:  [<<]   1     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.