On CHOW: Does drinking ice water burn calories?
39 Resources for

jdbc

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean JDBC Driver (4 results)

TechRepublic Resources

Add Some Spring to Your Oracle jdbc Access
JDBC is a standard data-access protocol that is typically used to access relational databases. A significant advantage of JDBC is its standardized API, which allows for portability of Java-based data-accessing applications. JDBC is considered an integral part of both standard Java (J2SE) and enterprise Java (J2EE) and has been around...
Tags: Oracle Corp., JDBC, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers
Rev (zip)
Intended for designers and developers of custom Web applications in Java, Rev is a database-driven code generator for the enterprise. Rev alleviates repetitive work by creating complete, enterprise-class applications from any JDBC-compliant database schema. It generates JEE data persistence layer code in JDBC, Hibernate or EJB and UI tier files...
Tags: Developer, JDBC, Vgo Software, EJB, Java, Databases, AJAX, Storage, Software Development, Software/Web Development, Programming Languages, Enterprise Software, Software, Data Management, Internet, Web Development, Web 2.0, Hardware
Software downloads 2008-03-31
Simplify and Unify Data With a Service Data Objects Architecture
Service Data Objects (SDO) is a specification approved by the Java community through the Java Specification Request (JSR) 235. It is also part of the joint effort from IBM and BEA Systems called CommonJ. SDO is an API (Application Programming Interface) that helps simplify and unify data access across different...
Tags: Data Source, API, JDBC, IBM Corp., Service Data Objects, Java, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2005-09-13
Invoke WebSphere Business Processes From a Database: Start Business Processes From Database Events With WebSphere Process Server V6, DB2 V8.2, and the WebSphere Adapter for jdbc
This white paper develops a customer order example application that utilizes database events to invoke business processes using IBM WebSphere Integration Developer, WebSphere Process Server, DB2, and the WebSphere Adapter for JDBC. Learn how database-driven business processes can help the user reduce the time to market and total cost of...
Tags: Business Process, IBM WebSphere, Adapter, Server, JDBC, IBM DB2, Application Servers, Operational Planning, Middleware, Enterprise Software, Databases, Software, Business Operations, Data Management
White papers 2006-09-13
Accessing Databases From IBM Tivoli NetView for z/OS Using jdbc
IBM Tivoli NetView for z/OS can participate in the TCP/IP protocol using the NetView SOCKET command, and can execute commands in the z/OS UNIX System Services (USS) environment. These capabilities can be used to give NetView access to any database with a Java Database Connectivity (JDBC) driver. This paper will...
Tags: JDBC, IBM z/OS, IBM Corp., Utility Computing, Java, Operating Systems, Databases, Servers, Programming Languages, Software Development, Software/Web Development, Software, Enterprise Software, Data Management, Hardware
White papers 2005-11-16
StelsXML jdbc Driver (zip)
StelsXML JDBC Driver is a JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on XML files. With StelsXML JDBC Driver, you can easily extract data contained in XML documents by using the standard SQL syntax and XPath expressions. The driver is completely platform-independent. Features:...
Tags: Driver, JDBC, SQL, XPath, StelsXML JDBC Driver, XML, Databases, Java, Programming Languages, Software/Web Development, Web Development, Enterprise Software, Software, Data Management, Software Development
Software downloads 2007-09-25
Create cross-platform database-driven applications with jdbc
The Java Database Connectivity (JDBC) API offers a unified interface to different databases, providing a series of generic functions that are internally translated into native function calls. This makes it extremely easy to create database-driven applications that work across different RDBMS types and to switch from one database architecture to...
Tags: JDBC, Databases, Java, Storage, Enterprise Software, Software, Data Management, Programming Languages, Software Development, Software/Web Development, Hardware
Download resources 2007-01-29
JDBaccess for MySql (zip)
JDBaccess is the persistence library for the Java platform. It defines major database access operations in an easy usable API. The main interface classes are Transaction, Insert, Update, Delete, Select, Result, Procedure, Function, and CallResult. JDBaccess is completely written in the Java programming language. It supports the major two database...
Tags: MySQL, JDBC, JDBaccess, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2006-10-18
JDBaccess for Oracle (zip)
JDBaccess is the persistence library for the Java platform. It defines major database access operations in an easy usable API. The main interface classes are Transaction, Insert, Update, Delete, Select, Result, Procedure, Function, and CallResult. JDBaccess is completely written in the Java programming language. It supports the major two database...
Tags: Oracle Corp., JDBC, JDBaccess, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2006-10-18
Developing jdbc Applications With DB2's PureXML
The combination of XML features and JDBC has provided Java developers with more powerful choices for manipulating data within their applications. Meanwhile, the evolution of Java has spawned many JDBC drivers - interfaces for connecting with a database and manipulating data within a Java application - to handle the needs...
Tags: JDBC, JDBC Driver, IBM DB2, Java, Databases, Programming Languages, Enterprise Software, Software Development, Software/Web Development, Software, Data Management
White papers 2006-10-12
SimbaEngine SDK Technical White Paper
SimbaEngine SDK is a Software Development Kit (SDK) that enables to build an ODBC, JDBC, or OLE DB Driver, or an ADO.NET Data Provider for data access to proprietary data sources. The SimbaEngine SDK is a set of components and tools for building a high-performance data connectivity solution that allows...
Tags: ODBC, OLE DB, Microsoft ADO.NET, High-performance, JDBC, SimbaEngine SDK, Databases, .Net, Java, Enterprise Software, Software, Data Management, Software Development, Software/Web Development, Programming Languages
White papers 2006-09-06
Create cross-platform database-driven applications with jdbc
JSPEverithing is good, but could you make an example of a JSP in the example of editing and deleting data. Would be kind if you make examples of web.xml and faces-config.xml - it's not so difficult I think.
Tags: Scripting languages, Java, valiantsin1983@..., JDBC
Discussion threads 2007-05-09
HXTT Text jdbc and CSV jdbc Drivers (zip)
Pure Java type 4 text JDBC and CSV JDBC (1.2, 2.0, 3.0) driver packages for raw data, flat text , CSV file, TSV file, fixed-length, and variable-length binary file, supports transaction, embedded mode, remote access mode, memory-only database, compressed database, and URL database. It is backward compliant to the Microsoft...
Tags: JDBC, Remote Access, Databases, Java, Storage, Telecommunications, Enterprise Software, Software, Data Management, Programming Languages, Software Development, Software/Web Development, Hardware
Software downloads 2006-06-14
StelsEngine - fast in-memory SQL jdbc engine (zip)
StelsEngine is a fast in-memory SQL engine for storing and processing tabular data in Java applications. Using StelsEngine, you can make processing data in your software considerably easier and quicker. StelsEngine is as easy to use as possible since it implements the JDBC API standard. Features it is JDBC Type...
Tags: JDBC, SQL, StelsEngine, Programming Languages, Databases, Java, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2006-06-14
Oracle jdbc Logging Using java.util.logging
The Oracle JDBC drivers use two different mechanisms to generate log output. Versions of the JDBC drivers for older versions of Java, 1.2 and 1.3, use a proprietary mechanism. Versions of the JDBC drivers for newer versions of Java, 1.4 and later, use the Java standard logging mechanism, java.util.logging This...
Tags: Oracle Corp., JDBC, JDBC Driver, Java.util.logging, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2006-06-01
DB Explorer (exe)
DB Explorer is an easy-to-use application that lets you manage any JDBC (Java Database Connectivity) compliant database. It provides connectivity to wide-range of SQL databases through their JDBC drivers. This makes it completely different from other database-specific applications. Features like simple tabbed-interface to run SQLs, Schema-Browser, multiple database connections in...
Tags: JDBC, DB Explorer, Databases, Storage, Java, Enterprise Software, Software, Data Management, Hardware, Programming Languages, Software Development, Software/Web Development
Software downloads 2006-04-28
LdapTemplate: LDAP Programming in Java Made Simple
The Java Naming and Directory Interface (JNDI) is for LDAP programming what Java DataBase Connectivity (JDBC) is for SQL programming. There are several similarities between JDBC and JNDI/LDAP (Java LDAP). Despite being two completely different APIs with different pros and cons, they share a number of less flattering characteristics. Spring...
Tags: JNDI, JDBC, Programming, LDAP, Java, Programming Languages, Databases, Directory Services, Enterprise Software, Software, Software Development, Software/Web Development, Data Management
White papers 2006-04-18
Considerations When Defining jdbc Subscriptions in DB2 Everyplace
A JDBC subscription provides specifications for how data in the source database are transferred to and from the mobile database. To minimize resource utilization on the source system, the DB2 Everyplace Sync Server maintains a copy of the data in the mirror database. Synchronization requests from the DB2 Everyplace Sync...
Tags: JDBC, IBM DB2, JDBC Subscription, Databases, Java, Storage, Enterprise Software, Software, Data Management, Programming Languages, Software Development, Software/Web Development, Hardware
White papers 2005-09-01
Create cross-platform database-driven applications with jdbc
This article is also available as a TechRepublic download, which includes the code samples in a more manageable text file format.One of Java most powerful APIs is the Java DatabaseConnectivity (JDBC) interface. This module offers a unified interface todifferent databases, providing a series of generic functions that areinternally translated into...
Tags: CITY_TEMP, CITY_TEMP value, CITY_TEMP VALUES, Contributor Melonfire, JDBC, RDBMS
Technical articles 2007-01-29
Choosing an efficient design for Boolean column values in Oracle
When designing a database table structure, it's important to choose an efficient strategy for storing a logical Boolean that you can use in many programming environments. This downloadable Oracle tip shows you how to design a database table structure in Oracle that will accept Boolean datatypes in Java Database Connectivity...
Tags: TechRepublic Inc., Oracle Corp., JDBC, Databases, Storage, Java, Enterprise Software, Software, Data Management, Hardware, Programming Languages, Software Development, Software/Web Development
Download resources 2005-06-08

Featured White Paper

Building the virtualized enterprise with VMware Infrastructure

Content Types

Book chapters (1 results)
Discussion threads (2 results)
Download resources (2 results)
Q&A (1 results)
Software downloads (9 results)
Technical articles (11 results)
White papers (13 results)

Refining Tags

Java (30 results)
Data Management (26 results)
Software (26 results)
Enterprise Software (25 results)
Databases (25 results)
Software/Web Development (23 results)
Programming Languages (22 results)
Software Development (22 results)
database (10 results)
Hardware (9 results)
Storage (8 results)
SQL (6 results)
Oracle Corp. (5 results)
XML (4 results)
ODBC (3 results)
Web Development (3 results)
Scott Robinson (3 results)
JDBC Driver (3 results)
IBM DB2 (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


MySQL 5.0 Quick Guide
If you want to build a high-power database solution, a good way to go is to deploy MySQL 5.0. Doing so can be a huge undertaking. This Quick Guide shows you what you need to know to set up, configure, and deploy MySQL 5.0 on your network.
Buy Now
Best Practices for Maximizing Microsoft Access 2003
This pre-packaged presentation contains everything you need to instruct end users about how to get the most out of Microsoft Access--even if you don't ...
Buy Now