Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Structure view
Sat, Jan 5 2008 4:51 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I can't remember who it was who posted about the lack of a structure view in EDBManager so as a general tip here's what I'm doing

CREATE VIEW "Table structure" AS
select tablename,name,type,"length",scale
from information.tablecolumns
order by tablename

and then using Set Filter to get the specific one. Not quite as convenient as the structure view in DBSys but a lot better than what comes built into EDBManager.

Roy Lambert
Image