[Gambas-user] Problem accessing PostreSQL schemas
José Luis Castro
jlcastroar at ...626...
Thu Sep 17 18:48:14 CEST 2009
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
More information about the User
mailing list