Question

  Asked: Apr 7 2008   11:12 AM GMT
  Asked by: Abhi Here


MySql Query


Database, SQL, Open source, Java, SQL Query, MySQL, Jasper Server

Hi Gurus
i have a problem in MYSql Query Browwser

there is a table "jiuser" in "jasperserver" database. this table has a column "username". there is another table " jiresourcefolder" in the "jasperserver" database. this table has a column "uri".

now i wana find out which user can access which uri. how to find it out.

please help....

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



If the jiuser table doesn't have a uri field (or the primary key from the jiresourcefolder), and the jiresourcefolder doesn't have a username field (or a column which would be the primary key from the jiuser table) then you'll need to find the table which contains the username (or primary key from the jiuser table) and the uri column (or the primary key from the jiresourcefolder).
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Database, Development and Linux.

Looking for relevant Database Whitepapers? Visit the SearchOracle.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register