Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL content from database view

5 views
Skip to first unread message

Roman Trojan

unread,
Jan 7, 2010, 11:17:50 AM1/7/10
to
I have connection to any database and a name of a view
Dim Conn As New System.Data.OleDb.OleDbConnection
Conn.ConnectionString = "..."
Dim ViewName As String = "..."

I would like to programmatically find out the inner content of
the SQL query (Oracle, Access, ...)
Dim SqlContent As String = ?

The purpose is not to read data from this view, but to analyze
the SQL only!

Hope to get help
Roman

*** Sent via Developersdex http://www.developersdex.com ***

0 new messages