Re: MI-L Uppdate value from tableB to tableA continues

2003-09-15 Thread Uffe Kousgaard
s some inspiration on solving your task. Kind regards Uffe Kousgaard www.routeware.dk - Original Message - From: "Sören Lindqvist" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 14, 2003 8:20 PM Subject: SV: MI-L Uppdate value from tableB to tableA con

SV: MI-L Uppdate value from tableB to tableA continues

2003-09-14 Thread Sören Lindqvist
mber 2003 16:42 Till: [EMAIL PROTECTED] Ämne: Re: MI-L Uppdate value from tableB to tableA continues Hi, I think your basic problem is using intersect with polyline objects. 2 different polylines that snap at endnodes may also intersect. So here is my suggestion (untested): 1) Start by addi

Re: MI-L Uppdate value from tableB to tableA continues

2003-09-13 Thread Uffe Kousgaard
, 2003 1:36 PM Subject: SV: MI-L Uppdate value from tableB to tableA continues This is giving me headache, I changed SQL to: Select TableA.ColumnA, TableA.ColumnB, TableB.ColumnA, TableB.ColumnB from TableA, TableB where TableA.obj Intersects TableB.obj into New_Table The New_Table has now 4

SV: MI-L Uppdate value from tableB to tableA continues

2003-09-13 Thread Sören Lindqvist
This is giving me headache, I changed SQL to: Select TableA.ColumnA, TableA.ColumnB, TableB.ColumnA, TableB.ColumnB from TableA, TableB where TableA.obj Intersects TableB.obj into New_Table The New_Table has now 4 columns (all columns Char (2)) I want the two last columns (that is from TableB) to