A
A
Alexander Volkov2015-12-11 21:54:51
SQL
Alexander Volkov, 2015-12-11 21:54:51

How to write a parametric SQL query?

Hello.
Can you please tell me how to make a parametric query that opens a dialog with the user?
For example, we have the following query:
select * from Tabl where surname like 'Ivanov%';
how to make it so that instead of the static parameter 'Ivanov%' the request prompts the user to enter this parameter.
There are many implementation options for different programming languages, but the problem is that the query must be compiled in the DbLoader (DbTools) program.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2015-12-11
@AlexanderAm

if the program does not provide scripting capabilities (and most likely it does), then nothing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question