Dialog box, passing parameter fails

From: "intmail01(at)gmail(dot)com" <intmail01(at)gmail(dot)com>
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Dialog box, passing parameter fails
Date: 2019-09-20 22:20:42
Message-ID: 44284ac2-aec2-1d47-080a-e9d5c3cd34b6@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi, I am using Postgresql 9.5 as server and Libreoffice BASE 5.2.4 to
connect to the server.

The code SQL must be sent directly and not be interpreted by Libo Base
because there are some complex syntax (functions, variables, ...).

Also, I need passing parameters to control some ranges. ex:  dates.

But, postgresql can not understand passing parameters with either ? or :
syntax which open a dialog box.

eg: select * from agenda where date= ?

The execution of code ode fails in direct mode.

What are solutions ? cant postgresql bypass some parts of the code 
where I put parameters request ?

Thank you

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Midgley 2019-09-23 00:24:13 Re: Dialog box, passing parameter fails
Previous Message Jonathan S. Katz 2019-09-20 12:17:15 Re: German "umlaut insensitive" query