hello

I have a problem getting my table mapped. I am now using MapInfo 4.5
and oracle733. I am writing the following code:
******************************************
Include "mapbasic.def"
'Include "C:\MapBasic\menu.def"

Declare Sub Main

Sub Main

Dim ConNum As Integer
ConNum = Server_Connect("qelib","DSN=WareHouse;PWD=map;SRVR=House")

Server ConNum Link Table
    "Select * from Customer_Data"
     Into temp

Server ConNum Create Map For "Customer_Data"
Type XYINDEX("Longitude", "Latitude")????????????????????????????
'Longitude and latitude is the names of the two columns that
'contains x,y coord.-info.

CoordSys Earth Projection 1, 0
ObjectType Point
Symbol (35,0,12)

Server ConNum Disconnect


End Sub 'Main

*******************
Something is very wrong in this code....but what??

thank you very much
haavard

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to