Recent content by danieldunn10

  1. D

    Too Many Connections to Progress DB from SQL Server

    Hi, I have successfully created in SQL Server Express a linked server to a Progress Database. From the Linked Server I have created a view. The problem I have found is that if I look at the view too many times there are too many connections and it throws this error: OLE DB provider "MSDASQL"...
  2. D

    Timeouts with ODBC connections

    Hi, I have created a web application which links to a progress database through an ODBC connection. This is my connection string in my application. Dim MyConnection As System.Data.Odbc.OdbcConnection = New...
Top