Re: MI MapBasic and SQL???

2000-04-26 Thread LVN
--- MapInfo Internet-GIS i Danmark http://gis.mapinfo.dk ** "Tony Kelava" <[EMAIL PROTECTED]> on 26-04-2000 09:06:54 To: [EMAIL PROTECTED] cc: Subject: MI MapBasic and SQL??? I'm trying this in mapbasic:

MI MapBasic and SQL???

2000-04-26 Thread Tony Kelava
I'm trying this in mapbasic: dim T as string T = "links_table" select * from T where T.data = 1 Which fails with an error message: unrecognized command. It seams to be choking on the fact that T.date is really "string"."column" and not really "table name"."colu