[docs] Change in DbUsingMoreThanOneTable made by Paul Vinci

Wiki Watch docs at icdevgroup.org
Wed Oct 15 12:43:01 EDT 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/DbUsingMoreThanOneTable.html

--- tmp/9568EZdw:24.90.5.48.previous	2003-10-15 11:43:01.000000000 -0400
+++ tmp/9568EZdw:24.90.5.48.current	2003-10-15 11:43:01.000000000 -0400
@@ -5,7 +5,7 @@
 field specifications. For instance, if the billing address is to be
 stored in a separate table named "billing", you would do:
 
-        UserDB  outboard  <<EOF
+        UserDB default outboard  <<EOF
             b_fname=billing::first_name,
             b_lname=billing::last_name,
             b_address1=billing::address1,
@@ -33,4 +33,3 @@
 the key value:
 
         UserDB  default  outboard_key_col   account_id
-


More information about the docs mailing list