N
Neo Geshel
I am working with an Access database, and every now and again I get an
error that forces me to shut down and restart the www service. The
timing is random, and can occur when I am editing, entering or viewing
data. I have Googled this error message, but have gotten nowhere.
The error is:
Server Error in '/' Application.
Unspecified error
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Unspecified error
Source Error:
Line 11: Dim strID as String = Request.QueryString("id")
Line 12: Dim myConn as New
OleDbConnection(ConfigurationSettings.AppSettings("strConn"))
Line 13: myConn.Open()
Line 14: Dim myCmd as New OleDbCommand("SELECT Count(Image) FROM tbl"
& strTable & " WHERE [ID] = " & strID, myConn)
Line 15: If myCmd.ExecuteScalar() <> 0 Then
Source File: C:\Inetpub\wwwroot\kabis.com\hofbrauhaus\image.aspx Line: 13
Stack Trace:
[OleDbException (0x80004005): Unspecified error]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
System.Data.OleDb.OleDbConnection.InitializeProvider() +57
System.Data.OleDb.OleDbConnection.Open() +203
ASP.image_aspx.Page_Load(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\kabis.com\hofbrauhaus\image.aspx:13
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300
Any clues?? I am mystified.
TIA
....Geshel
--
**********************************************************************
My reply-to is an automatically monitored spam honeypot. Do not use it
unless you want to be blacklisted by SpamCop. Please reply to my first
name at my last name dot org.
**********************************************************************
error that forces me to shut down and restart the www service. The
timing is random, and can occur when I am editing, entering or viewing
data. I have Googled this error message, but have gotten nowhere.
The error is:
Server Error in '/' Application.
Unspecified error
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Unspecified error
Source Error:
Line 11: Dim strID as String = Request.QueryString("id")
Line 12: Dim myConn as New
OleDbConnection(ConfigurationSettings.AppSettings("strConn"))
Line 13: myConn.Open()
Line 14: Dim myCmd as New OleDbCommand("SELECT Count(Image) FROM tbl"
& strTable & " WHERE [ID] = " & strID, myConn)
Line 15: If myCmd.ExecuteScalar() <> 0 Then
Source File: C:\Inetpub\wwwroot\kabis.com\hofbrauhaus\image.aspx Line: 13
Stack Trace:
[OleDbException (0x80004005): Unspecified error]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
System.Data.OleDb.OleDbConnection.InitializeProvider() +57
System.Data.OleDb.OleDbConnection.Open() +203
ASP.image_aspx.Page_Load(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\kabis.com\hofbrauhaus\image.aspx:13
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300
Any clues?? I am mystified.
TIA
....Geshel
--
**********************************************************************
My reply-to is an automatically monitored spam honeypot. Do not use it
unless you want to be blacklisted by SpamCop. Please reply to my first
name at my last name dot org.
**********************************************************************