Recent content by Viacheslav

  1. V

    Add a Toolbar Button that performs a SQL query

    Well. :) Let it be a sql query to my tables. Like this: select * from table1 t1 inner join table2 t2 on t1.fid = t2.id
  2. V

    Add a Toolbar Button that performs a SQL query

    Hi! I have a sql query that displays locks (for example). I would like to add to toolbar button that would execute the query and displays the result in a new window. How can this be done using the "Tools" -> "Configure tools"? Sorry for my English...
Back
Top