Sponsored White Papers, Webcasts, and Downloads
- sort by:
- Relevance
- Date
- Popularity
- HXTT Text JDBC and CSV JDBC Drivers 4.2 (Windows)
- 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...
- Software downloads 2008-12-10
- Easysoft JDBC-ODBC Bridge 1.3 (Windows)
- The Easysoft JDBC-ODBC Bridge enables Java applications and applets running on any Java Virtual Machine to access any ODBC data source on Windows, Linux or Unix platforms. The Easysoft JDBC-ODBC Bridge is certified by Sun Microsystems for use with Java Compatible, Enterprise Edition (J2EE) branded products. A Type 3 bridge...
- Software downloads 2005-06-27
- Five reasons against migrating Java EJB applications to .NET
- Migrating from Java to .NET is not an easy task, and you may just be better off with your exisiting application. These five reasons spell out why you should stick with Java.By Godfrey BakerThe .NET Framework has been touted as the next big thing for the distributed computing community. Redesigned...
- Technical articles 2002-09-11
- Choose the right JDBC driver for your database interface
- You may or may not have an enterprise client, but if you’re using Java, you already know that presentation isn’t everything: database access is as crucial a design consideration as the interface. The Java Database Connectivity JDBC API is your all-purpose link between applications and your databases. Based on Microsoft’s...
- Technical articles 2004-04-23
- Connecting to Oracle From Ruby on Rails
- In the Java world, there are two common types of drivers for Oracle: the pure-Java (a.k.a. thin) driver and the native OCI driver. At the time of writing, no pure Ruby driver, similar to Java's JDBC-based thin driver, exists. In order to connect to Oracle, one needs to install the...
- White papers 2007-06-01
- Bridge your database to XML with Java and XML-DBMS
- It's possible to store and retrieve XML documents in a relational database even if that database does not boast XML features. The secret lies in careful use of Java (the database does have to be JDBC-compliant) and a third-party middleware framework named XML-DBMS, which acts as the glue between the...
- Technical articles 2003-07-22
- HXTT DBF 4.2 (Windows)
- HXTT DBF driver has become the best JDBC driver for Xbase database since 1999. HXTT DBF contains the only type 4 JDBC(1.2, 2.0, 3.0) driver packages for Xbase database (dbase, Visual DBASE, SIx Driver, SoftC, Codebase, Clipper, PowerPlus, Foxbase, Foxpro, VFP(3.0,5.0,7.0,8.0,9.0, 10), xHarbour, Halcyon, Apollo, Goldmine, and BDE), which supports...
- Software downloads 2008-12-10
- Breaking up J2EE: Use just the tools you need to get the job done
- The J2EE platform can be daunting to implement, but you don't have to use everything it has to offer. You can easily divide J2EE to fill specific needs.By incorporating several programming approaches in its Model-View-Controller pattern, Java 2 Enterprise Edition (J2EE) enables component-based development for highly complex and scalable Internet-based...
- Technical articles 2002-06-04
- JBuilder 4.0 (Windows)
- JBuilder is the most comprehensive set of visual development tools for creating Pure Java business and database applications. Simplify development with JDK Switching, CodeInsight, Beans Express, and BeanInsight, plus: Pure Java DataExpress components, complete JDBC connectivity, 200+ JBCL and JFC/Swing beans with source, and more!
- Software downloads 2000-12-22
- HXTT Access 3.2 (Windows)
- HXTT Access contains the only type 4 JDBC(1.2, 2.0, 3.0) driver packages for Microsoft Access version from 95, 97, 2000, XP, 2002, to 2003, which supports transaction, embedded access, remote access, memory-only database, compressed database(.ZIP, .JAR, .GZ, .TAR, .BZ2, .TGZ, .TAR.GZ, .TAR.BZ2), url database(http, ftp). Through the embedded Pure Java...
- Software downloads 2008-12-10
- SmallSQL Database 0.15 (Mac)
- SmallSQL is a pure Java DBMS, a relational database for Java desktop applications. It has a JDBC 3.0 interface and offers many ANSI SQL 92 and ANSI SQL 99 features. It is very small and fast because it does not have a network interface. Version 0.15 include now all SQL...
- Software downloads 2006-07-13
- HXTT Text 3.0 (Windows)
- HXTT Text CSV contains the only type 4 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, which supports transaction, embedded access, remote access, memory-only database, compressed database(.ZIP, .JAR, .GZ, .TAR, .BZ2, .TGZ, .TAR.GZ, .TAR.BZ2), and url database(http, ftp)....
- Software downloads 2006-12-01
- XML:DB native XML database API and its implementation in Apache Xindice
- The XML:DB API is designed to enable a common access mechanism to native XML databases. The API enables the construction of applications to store, retrieve, modify and query data that is stored in an XML database. The API is described in terms of IDL, giving a freedom to implement it...
- Technical articles 2003-11-14
- HXTT Paradox 4.2 (Windows)
- Pure Java type 4 Paradox JDBC (1.2, 2.0, 3.0) driver packages for Corel Paradox version from 3.0, 3.5, 4.x, 5.x, 7.x to 11.x, which supports transaction, embedded mode, remote access mode, memory-only database, compressed database, and URL database. It supports Paradox encrypted database. Version 2.3.015 may include unspecified updates, enhancements,...
- Software downloads 2008-12-10
- Home Media Librarian 0.1B (Mac)
- A pure Java clientGUI application that requires a JDBC compliant database, to catalog records, cd's, dvd's, etc.. The application is for the average person whom has a record, cd, dvd, tape, etc.. music collection and wants to catalog this collection
- Software downloads 2003-07-01
- HXTT Excel 2.2 (Windows)
- Pure Java Type 4 MS Excel JDBC(1.2, 2.0, 3.0) driver packages for Microsoft Excel version from 95, 97, 2000, XP, 2002, to 2004, supports transaction, embedded access, and remote access. It supports all transactions level of read uncommitted, read committed, repeatable read, and serializable. It supports embedded mode, remote access...
- Software downloads 2008-12-10
- perl development question (general)
- perl development question generalHi all,I've just taken over a very new small website and I'd like to add perl to my programming skills.Since I've never worked cross-platform before (I'm more of a hardware person), I'd like to know if I can develop source on a Wintel machine to run on...
- Discussion threads 2005-10-29
- Being persistent: Tackling Entity JavaBeans
- Enterprise Java Beans EJB allow for greater code reuse and design flexibility. Our EJB series continues with a look at Entity Beans and what it means to objects that live beyond the life of a session.To take full advantage of J2EE's Enterprise JavaBeans EJB architecture, your applications shouldn't rely solely...
- Technical articles 2002-07-17
- << Previous
- page 1 of 1
- Next >>
