Probably off-gambas topic but, I want to be able to store x-y co-ordinates

e.g:

create table defaults.temp
(pk serial primary key,
 xy  point
 );
insert into defaults.temp(xy) values (point(1,1));

I can retreive a result as -  select * from defaults.temp;

which  gives (1,1)

Now I'm stuck knowing how to put this into a variablee in gambas.

Any help appreciated.

Richard

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to