summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Database')
-rw-r--r--odk/examples/DevelopersGuide/Database/RowSet.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Database/RowSet.java b/odk/examples/DevelopersGuide/Database/RowSet.java
index 2f58f9a49ae0..7affbeb0612f 100644
--- a/odk/examples/DevelopersGuide/Database/RowSet.java
+++ b/odk/examples/DevelopersGuide/Database/RowSet.java
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:17:17 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:52:15 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -60,7 +60,7 @@ public class RowSet
public static void main(String argv[]) throws java.lang.Exception
{
try{
- rSmgr = connect("socket,host=localhost,port=8100");
+ rSmgr = connect("socket,host=localhost,port=2083");
showRowSetEvents(rSmgr);
// showRowSetRowCount(rSmgr);
// showRowSetPrivileges(rSmgr);