JDBC Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 25 articles & tutorials regarding "JDBC".
- 19.) JCP Watch: Scripting language support in Java, XQuery API, Scalable 2D graphics for J2ME
- By Apu Shah In honor of JavaOne several new JSR's were submitted dealing with new versions of JDBC, XML Binding and XML-RPC. An important specification dealing with adding scripting language support to Java also was proposed during JavaOne. Further, the executive committee for J2ME overturned the earlier rejection ballot for updating the J2ME core specifications with Java 1.4 support. New JSR's Two new JSR's were submitted for approval to the JCP. The first deals with a new API adding...
Found at developer.com
- 20.) Using CSV Files as Databases and Interacting with Them Using Java
- ( Page 1 of 3 ) In this article, we ll show the reader how to use a simple CSV (comma-separated values) file as a simplistic database setup. We will leverage the JDBC-ODBC to interact with a CSV file, reading and writing to it with SQL. Such a technique can be particularly useful for someone trying to write simple database code, but not able to because a local database instance is not pragmatic. Enter Stage Left Our Text File/Database To keep things simple, we will have a text file that...
Found at devArticles.com
- 21.) Using iBatis SQL Maps for Java Data Access
- By Michael Klaene Go to page: 1 2 3 Next Finding the best approach when accessing a database from Java can be a daunting task. The most common solution is to program directly to the JDBC (Java Database Connectivity) APIs. The result is hard-to-read source files, bloated with complex code that has nothing to do with business logic. To make matters worse, JDBC does nothing to address the natural differences that usually exist between a system's object model and its relational data model....
Found at developer.com
- 22.) Using Java Data Objects
- 02/06/2002 In a past article on XML Databinding , I showed how you could work with Java objects and have them persist as XML files. In this article, I'll discuss Sun's Java Data Objects (JDO) standard. JDO allows you to persist Java objects, supporting transactions and multiple users. It differs from JDBC in that you don't have to think about SQL and "all that database stuff." It differs from serialization as it allows multiple users and transactions. This standard allows Java...
Found at O'Reilly Network
- 23.) JBoss: An In-Depth Look at the Interceptor Stack
- by Andreas Schaefer 07/24/2002 A year ago, I wrote an article about JBoss 2.x for the 2001 O'Reilly Open Source Conference. There, I showed how JBoss enables you to create a new DataSource without bouncing the server -- just through the HTML management front-end. The only drawback was that you had to load the JDBC driver when the JBoss server was started. In JBoss 3, this is history; you can deploy and undeploy libraries at runtime, including the classes they contain. For example,...
Found at O'Reilly Network
- 24.) Integrated Testing Builds In Quality
- May 2003 Issue A pplication development tools have spent the last several years maturing and building up compliance with successive versions of Java Development Kits (JDKs); Java standard and enterprise edition toolkits; and supporting technologies such as JavaServer Pages (JSPs), Enterprise JavaBeans (EJBs), Java API for XML (JAX), JDBC, and a host of others. Today you can use virtually any Integrated Development Environment (IDE) to build a distributed application, using virtually any...
Found at Java Pro
More articles & tutorials (Index of all articles & tutorials)
|
|