Virtuoso, Mono, and the future of data management- January 28, 2003 using System; Serializable public class Point ... create table CLR..Supplier (id integer primary key, name varchar (20), location CLR..Point); insert into CLR..Supplier (id, name, location) values (1, 'S1', new CLR..Point (1, 1)); select s.name from CLR..Supplier s where s.location."distance" (CLR.."Point" (4, 4)) The inevitable unification of our various data-management disciplines -- SQL, XML, object persistence -- is a longstanding fascination of mine. For a glimpse of where things..http://weblog.infoworld.com/udell/categories/databases/2003/01/28.html#a583 |