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
-
- Posts: 26
- Joined: Wed Nov 16, 2011 12:33 pm
- Location: Blumenau, Santa Catarina, Brazil
Show views using odbc connection
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.
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.