Hola. Cree un esquema en una base de datos PostgreSQL. La sintaxis para
acceder a los datos del esquema es: esquema.NombreTabla. Funciona bien
cuanto utilizo el método .exec (p.e: "SELECT * FROM schema.tableName" or
"INSERT INTO schema.tableName VALUES..."), pero no funciona cuando intento
utilizar el método .edit

Translation
Hello. 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

Thanks for your help, and sorry for my english

José L. Castro
Argentina
------------------------------------------------------------------------------
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