Show views using odbc connection

Stimulsoft Reports.NET discussion
Post Reply
marco.correa
Posts: 26
Joined: Wed Nov 16, 2011 12:33 pm
Location: Blumenau, Santa Catarina, Brazil

Show views using odbc connection

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Show views using odbc connection

Post 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.
Post Reply