[docs] Change in DbUsingMoreThanOneTable made by Paul Vinci

Wiki Watch docs at icdevgroup.org
Sun Oct 26 12:52:45 EST 2003


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

--- tmp/QIk5eHNn:24.90.5.48.previous	2003-10-26 12:52:45.000000000 -0500
+++ tmp/QIk5eHNn:24.90.5.48.current	2003-10-26 12:52:45.000000000 -0500
@@ -6,11 +6,11 @@
 stored in a separate table named "billing", you would do:
 
         UserDB default outboard  <<EOF
-            b_fname=billing::first_name,
+            "b_fname=billing::first_name,
             b_lname=billing::last_name,
             b_address1=billing::address1,
             b_address2=billing::address2,
-                b_etc=billing::etc
+                b_etc=billing::etc"
         EOF
 
 When the user logs in, Interchange will access the first_name field


More information about the docs mailing list