Dropbown Box in "Column Name" field
Is there a way to have either a dropdown box or a combo box in the "Column Name" field?
I am still evaluating and I am not sure I have full access to setting the "Column Name" at all.
Thank you,
Simon
Is there a way to have either a dropdown box or a combo box in the "Column Name" field?
I am still evaluating and I am not sure I have full access to setting the "Column Name" at all.
Thank you,
Simon
On second thought that might not be what we need. This is type of query I am trying to build:
INSERT INTO Target_Table
(list of target fields)
SELECT
list of source fields and/or more complex SQL
FROM Source_Table
In the MS SQL query builder the fields in "(list of target fields)" are listed under "Append", but I don't see that in the AQB. What would be the best way to compose a query such as the above?
Thank you.
There's a possibility in some editions of Active Query Builder to add custom columns to the Query Columns Grid. Please tell me what version and edition you are currently evaluating, so I could point you to the right docs/code sample.
Version: 2.10.5.758 and 2.10.9.0
You right, the current version of Active Query Builder doesn't support INSERT statements, but if you use the WinForms edition (I'm still not sure about that), you can create an additional column (if user wants to build an INSERT statement) and turn the SELECT statement into INSERT by getting information from this column.
In the WinForms Edition you can hide the original "Column name" column and create a new one with a combo box.
Hello, Simon.
The "column name" column allows to define aliases of the query output columns. I don't understand why there should be a combo box. Can you explain your idea?
In the trial version random aliases are assigned to query output columns, in the full version user can define own alias for a column or leave this field empty.