Borland JDataStore 3.0 for Windows samples
Author: Java Products Group
Company: Inprise Corporation
Description: Samples from JDataStore Programmer's
Guide
These samples comprise final code and data created through the
tutorials in the
JDataStore Programmer's Guide, including updates
in the 2nd edition.
JDS files
-
Basic.jds: Non-transactional JDataStore file, containing serialized
objects, a file stream, and the Accounts sample table.
-
Tx.jds: Transactional JDataStore file, containing the same streams
as Basic.jds, with a few more rows in the Accounts sample table, and persisted
data from the Employee table from Chapter 5. Suitable for use with the
JDataStore JDBC driver.
Java source code
-
Chapter 2: JDataStore fundamentals
-
Chapter 3: JDataStore as an embedded database
-
Chapter 5: Persisting data in a JDataStore