Author: chaase3
Date: Thu Oct 2 11:39:09 2008
New Revision: 701206
URL: http://svn.apache.org/viewvc?rev=701206&view=rev
Log:
DERBY-3200: Developer's Guide: Add examples showing use of SQL authorization with user authentication
Made additional fixes to topics suggested by reviewer, mainly for clarity and adherence to programming conventions.
Patch: DERBY-3200-8.diff
Modified:
db/derby/docs/trunk/src/devguide/rdevcsecure26537.dita
db/derby/docs/trunk/src/devguide/rdevcsecureclientexample.dita
db/derby/docs/trunk/src/devguide/rdevcsecuresqlauthclientex.dita
db/derby/docs/trunk/src/devguide/rdevcsecuresqlauthembeddedex.dita
db/derby/docs/trunk/src/devguide/rdevcsecuresqlauthexs.dita
Modified: db/derby/docs/trunk/src/devguide/rdevcsecure26537.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/rdevcsecure26537.dita?rev=701206&r1=701205&r2=701206&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/rdevcsecure26537.dita (original)
+++ db/derby/docs/trunk/src/devguide/rdevcsecure26537.dita Thu Oct 2 11:39:09 2008
@@ -20,7 +20,7 @@
-->
See This example is a single long program. A similar example that uses the client
+driver, in
+ See
The program does the following: When you run
See
This example uses one program to set properties and a second program to
+perform database operations. A similar example that uses the embedded
+driver, in
+
See
The first program,
Before you run the programs, start the
This example uses one program to set properties and a second program to
+perform database operations. A similar example that uses the embedded
+driver, in
+
See
Before you run the programs, start the
This example is a single long program. A similar example that uses the client
+driver, in
+
See
When you run