<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>This is my first try at adding spatial to my
table. Currently I have a 'Lat' and 'Long' columns that have my Latitiude
and Longitude.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Do I need to add another column named 'Location'
and insert each rows 'Lat' and 'Long' into the corresponding 'Location' row by
doing: "INSERT INTO table ( Location ) VALUES (
GeometryFromText('Point xx.xxx yy.yyyy', 4326) )" ? This will assume
WGS 84 datum.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is this right?</FONT></DIV></BODY></HTML>