Hello,
how can i call procedures in jRDC2 on PostgreSQL?
I call it so:
but jRDC2 says:
but the procedure exists, i can call it in the editor.
I also set the default schema in the connection string:
Thanks
how can i call procedures in jRDC2 on PostgreSQL?
I call it so:
B4X:
CALL myprocdeure(?,?)
B4X:
org.postgresql.util.PSQLException: ERROR: procedure sdbspget_checkuser(character varying, character varying, character varying, character varying) does not exist
Hinweis: No procedure matches the given name and argument types. You might need to add explicit type casts.
but the procedure exists, i can call it in the editor.
I also set the default schema in the connection string:
B4X:
JdbcUrl=jdbc:postgresql://linktothedb:5432/mydb?currentSchema=my_schema
Thanks