• It work just fine when I select a SQL 200 server but when I select a SQL 2005 the error produced is show below.

    Hopefully you or someone can figure this out.

    Thanks,

    Rudy

    ------------------------------------------------------

    ERROR

    Exception of type 'System.Web.HttpUnhandledException' was thrown.

    at System.Web.UI.Page.HandleError(Exception e)

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest()

    at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)

    at System.Web.UI.Page.ProcessRequest(HttpContext context)

    at ASP.databases_aspx.ProcessRequest(HttpContext context)

    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    --------------------------------------------------------------------------------

    [Microsoft][ODBC SQL Server Driver][SQL Server]To connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO).

    at SqlAdmin.NativeMethods.ISqlServer.Connect(Object ServerName, Object Login, Object Password)

    at SqlAdmin.SqlServer.Connect()

    at SqlWebAdmin.databases.Page_Load(Object sender, EventArgs e)

    at System.Web.UI.Control.OnLoad(EventArgs e)

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    Rudy