Hi everybody.
I'm changing the code, to make Flamerobin (and IBPP) support to set parameter values into the SQL by name, example:
INSERT INTO TEST_TABLE (ID, COLUMN2, COL3, ABC) VALUES (:IDVALUE, :COL2, ?, :ABC)
When you execute the SQL, Flamerobin will show a form exactly like the insert data form, with the named parameters
Is there interest in this patch?
The code is "in the way", but is still "ugly"...
Thanks