How can I automatically kill a query that runs for more than 60 seconds?
The queries are called from a VB ASPX page to an Oracle database.
I don't mind putting the limit in the database itself or in the calling aspx code.
FYI: I use a asp:GridView
bound to a 'asp:SqlDataSource` for querying the database.
FYI: A connectionString
for System.Data.OracleClient
does not have a Connection Timeout
property (link)