Hi,
Lister
I have a table main . through mapbasic I generated
some query given below:
select * from main where obj into name
Commit Table name As "C:\temp\name1.TAB" TYPE
NATIVE Charset "WindowsLatin1"
open table "C:\temp\name1.TAB" 'intractive
close table name
Alter Table "name1" ( add Myref Integer )
'Interactive
Create Index On name1 (Myref)
Update name1 set Myref = rowid
commit Table name1
Commit Table name1 As "C:\temp\name2.TAB" TYPE
NATIVE Charset "WindowsLatin1"
open table "C:\temp\name2.TAB"
create index on name2 (Myref) 'intractive
select * from name1,name2 where (Name1.obj
intersects name2.obj) into Antonio
Commit Table antonio As "C:\temp\antonio.TAB"
TYPE NATIVE Charset "WindowsLatin1"
But when antonio table saving an error
has coming.
Error: Cannot open index Unable to create index.
any Suggestion for this problem
Cheers
Sann
> __________________________________________________
> Do You Yahoo!?
> Yahoo! GeoCities - quick and easy web site hosting,
> just $8.95/month.
> http://geocities.yahoo.com/ps/info1
>
>
>
>
_______________________________________________________________________
> List hosting provided by Directions Magazine |
> www.directionsmag.com |
> To unsubscribe, send e-mail to
> [EMAIL PROTECTED] and
> put "unsubscribe MapInfo-L" in the message body.
>
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.