odbc and sql92 views

tobyb

New Member
I am having some issues having created a number of very simple sql views in a progress database. How can I see them via ODBC ? Any ideas?
 
I was having the same problem. you need to utilize sqlexplorer tool that is given by progress. go to the documents and search for sqlexp.
a better option is to utilize winsql (free software to download--just google) and connect via odbc through a windows box.


both of these methods require that you start a SQL broker for the database that you are working with and that you create a sql user account and grant yourself dba access. hope this helps.
 
Back
Top