Page 1 of 1

Show views using odbc connection

Posted: Wed May 23, 2012 8:08 am
by marco.correa
Hello.

We are testing reports using StiOdbcConnection and we realize that when we go to "Select Data" window, it doesn't show the database's views. If we use a StiSqlConnection at the same window, the views are shown.

Thank you.

Show views using odbc connection

Posted: Thu May 24, 2012 6:14 am
by Alex K.
Hello,

The StiOdbcConnection uses for setting connect with differrent databases and some of them do not have methods for getting database information.
StiSqlConnection can be used for connecting only with MS SQL Server and has more features.

Thank you.