The data in a Mapinfo table contain longitude and latitude pairs. I have joined the point pairs using :
- Making the table mappable
- Setting the projection to WGS84 and
- update TABLE set obj = createline(x1,y1,x2,y2)
- The lines are created and
- Map Catalog is created using Easyloader
I wanted to upload it using Easyloader but it shows an error message that it could not open the table mytable.tab (mytable is a tab file). What is the process of uploading any table to the database?
The database is MSSQL.
Edit --------------------------------------------------- After Peter Horsbøll Møller's suggestion I saved a copy and the error was
A .Net Framework error occoured during execution of user defined routine or aggregate "geometry": System.FormatException:24117:The lineString input is not valid because it does not have enough distinct po Data Values:18418