Database: Oracle or MS Access 2007. Tables have one-many relationship.
What tool can I use to do this quickly?
1) User clicks on a view or report, which displays rows of the tables on the screen. (a select statement)
2) User then selects one or more rows on the displayed screen with his mouse and clicks. Minimum of one row.
3) Each row selected activates another sql select statement which then displays another set of rows on the screen.
What's the best tool with minimum learning curve? ASP, oracle developer, VB, Java, C++, etc.? Thanks.
What tool can I use to do this quickly?
1) User clicks on a view or report, which displays rows of the tables on the screen. (a select statement)
2) User then selects one or more rows on the displayed screen with his mouse and clicks. Minimum of one row.
3) Each row selected activates another sql select statement which then displays another set of rows on the screen.
What's the best tool with minimum learning curve? ASP, oracle developer, VB, Java, C++, etc.? Thanks.