unspecified error

  • Thread starter Thread starter akbar_nasr
  • Start date Start date
A

akbar_nasr

I develop web application in asp.net with c# language and
access database.
In some case I recieve "Unspecified error".
In my code when db tier is created my connection is open
and in dispose,connection is closed and in page_unload
evnet call dispose of db tier.
This error does not show always.this show sometimes.
I can't use mssql sever.
please help me
 
If you are developing in ASP.NET and C#, you are not using Access. You are
using the Jet data potion of an mdb file.

This group is for Access related issues.

You will be much better off asking your .NET related questions in a .NET
group.

There are 49 .NET groups that all start with microsoft.public.dotnet.

For ASP.NET issues, 9 of these groups start with
microsoft.public.dotnet.framework.aspnet.

For C# issues, 1 of these groups starts with
microsoft.public.dotnet.languages.csharp.

Good luck.

Sco
 
Back
Top