Skip to content

Commit 7b5fb47

Browse files
committed
Updated README for Scaleout JDBC samples
1 parent 9043d4c commit 7b5fb47

File tree

1 file changed

+3
-1
lines changed
  • quickstart/scaleout/sample_code/jdbc

1 file changed

+3
-1
lines changed

quickstart/scaleout/sample_code/jdbc/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
22

33
# Java/JDBC sample program for Scaleout
44

5-
This directory contains the source code for a relatively simple Java/JDBC program (GridSample) that shows how to connect to and execute transactions against a TimesTen Scaleout database. The program is written to illustrate best practice and demonstrates how to make a program resilient by providing a fully functional code example showing how to properly handle events such as client connection failovers and transient errors.
5+
This directory contains the source code for a relatively simple Java/JDBC program (GridSample) that shows how to connect to and execute transactions against a TimesTen Scaleout database. The program is written to illustrate best practice and demonstrates how to make a program resilient by providing a fully functional code example showing how to properly handle events such as client connection failovers and transient errors.
6+
7+
(If you want some more basic samples to get you started, the Classic quickstart JDBC sample programs will run without change against Scaleout.)
68

79
The program can also be run against a Classic database; the program determines the database mode at run-time and adapts accordingly.
810

0 commit comments

Comments
 (0)