H
Henry Zektser
Hello all,
I'm trying to figure out an effective way to do a database navigation tool,
and I'm coming up with nothing. I have a huge (300+ tables) legacy database
that I need to create a query tool for. Effectively, two lists and a grid.
One list provides available 'views', selecting one view fills the grid with
the data, and the other list with 'links'. Links being child tables, PK
linked tables, etc. Selecting a row in the grid and clicking on a link
updates the view to the linked view, and the process recycles.
The question is, how do I do this? Preferably without writing every sql
query by hand, but even if I have to do that, how do I code it so its still
manageable?
I have ERWin models of the database if those help, theyre complete with
physical and logical names and relationships, it'd be nice to just generate
code there, but any advice would be much appreciated.
Thanks!
Henry
I'm trying to figure out an effective way to do a database navigation tool,
and I'm coming up with nothing. I have a huge (300+ tables) legacy database
that I need to create a query tool for. Effectively, two lists and a grid.
One list provides available 'views', selecting one view fills the grid with
the data, and the other list with 'links'. Links being child tables, PK
linked tables, etc. Selecting a row in the grid and clicking on a link
updates the view to the linked view, and the process recycles.
The question is, how do I do this? Preferably without writing every sql
query by hand, but even if I have to do that, how do I code it so its still
manageable?
I have ERWin models of the database if those help, theyre complete with
physical and logical names and relationships, it'd be nice to just generate
code there, but any advice would be much appreciated.
Thanks!
Henry