Hi;
I have set up mySQL 4.1 and everything seems to work fine. I have created a
database, and populated it, queried it, etc. Now I would like to add spatial
data (points, lines, polygons);
Using a mysql client I am able to insert spatial values into a table using WKT
representation. Similarly I can query these columns, but the result is always
[NULL].
For example:
SELECT AsText(PointFromText('POINT(10,10)'))
will return [NULL]
Any ideas what I need to do to fix this problem
Fraser
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]