summaryrefslogtreecommitdiff
path: root/Config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Config.xml')
-rw-r--r--Config.xml63
1 files changed, 60 insertions, 3 deletions
diff --git a/Config.xml b/Config.xml
index 4f7df03..f4d4a45 100644
--- a/Config.xml
+++ b/Config.xml
@@ -2,19 +2,76 @@
<Connect>Driver={Microsoft Access Driver (*.mdb)};DBQ=E:\\tuglist00.mdb</Connect>
<DisplayNames>
Tug Name,
+Registration Number,
+Euro Number,
+Callsign,
Nationality,
+Specifications,
+Link,
+Build Date,
+Scrap Date,
+BRT,
+PK,
Owner's Name,
Owner's Nationality,
Owner's Description,
-Owner's Address
+Owner's Address,
+Wharf Short Name,
+Wharf Nationality,
+Wharf Description,
+Wharf Address,
+Old Names
</DisplayNames>
+<ColumnNames>
+tuglist00.name,
+tuglist00.regNR,
+tuglist00.euroNR,
+tuglist00.callsign,
+tuglist00.nat,
+tugdetails.specifications,
+tugdetails.link,
+tuglist00.build,
+tuglist00.scrap,
+tuglist00.brt,
+tuglist00.pk,
+owners.short,
+owners.nat,
+owners.description,
+owners.adres,
+wharves.short,
+wharves.nat,
+wharves.description,
+wharves.adres,
+tuglist00.onames
+</ColumnNames>
<Query>
select tuglist00.name,
+ tuglist00.regNR,
+ tuglist00.euroNR,
+ tuglist00.callsign,
tuglist00.nat,
+ tugdetails.specifications,
+ tugdetails.link,
+ tuglist00.build,
+ tuglist00.scrap,
+ tuglist00.brt,
+ tuglist00.pk,
owners.short,
owners.nat,
owners.description,
- owners.adres
- from tuglist00,owners where tuglist00.ownerNR=owners.ownerNR
+ owners.adres,
+ wharves.short,
+ wharves.nat,
+ wharves.description,
+ wharves.adres,
+ tuglist00.onames
+ from tugdetails,
+ tuglist00,
+ owners,
+ wharves
+ where
+ tugdetails.tugNR=tuglist00.tugNR and
+ tuglist00.ownerNR=owners.ownerNR and
+ tugdetails.wharfNR=wharves.wharfNR
</Query>
</TLConfig>