> Hi. I've created a schema in a PostreSQL database. The sintax for accessing
> data from the schema is: schema.tableName
> That works fine when trying with .exec method (i.e. "SELECT * FROM
> schema.tableName" or "INSERT INTO schema.tableName VALUES..."), but it
> doesn't work when I try to use the .edit method
> 
> I'm using Gambas 2.16 and PostreSQL 8.5
> 
> If anyone can help me with this (maybe just telling me where to get the
> answer for this question, probably already answered) i'll apreciatte it.
> 
> JOSÉ L. CASTRO

You can only use the Edit() on tables having a primary index. In that case, 
you should better create your database with the database manager, to be sure 
things work as expected.

See: http://gambasdoc.org/help/comp/gb.db

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to