]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/db.tex
Removed redundant files
[wxWidgets.git] / docs / latex / wx / db.tex
index 1158657f99eff7aac2b384f4de461ee81f13379c..f8174535f5285bc8fa774a57749e3b82be54c3d9 100644 (file)
@@ -3713,7 +3713,7 @@ the datasource knows on which column values the tables should be joined on.
 \begin{verbatim}
     ...
     // Base table is the "LOCATION" table, and it is being
-    // outer joined to the "PART" table via the the field "PART_NUMBER"
+    // outer joined to the "PART" table via the field "PART_NUMBER"
     // that can be related between the two tables.
     location->SetWhereClause("LOCATION.PART_NUMBER = PART.PART_NUMBER")
     location->SetFromClause("PART");