RE: MI-L Problem uploading to Oracle using EasyLoader

2003-09-13 Thread Guy Groves
There are some bugs with Easyloader and Oracle 9.2.x This may be one... I understand there is a patch or new version of easyloader available that works with Oracle 9.2.x -Original Message- From: Matt Trigg [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 03:23 AM To: MapInfo

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

2003-09-13 Thread Uffe Kousgaard
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 adding an ID field to both MasterTable and SubsetTable. Use value of rowid for instance. 2) Save a copy of the

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