Re: Jet Database Won't Open
From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 06/23/04
- Next message: nicksop: "How can I convert ANSI to OEM in VB.net ?"
- Previous message: Frank: "combobox behaviour"
- In reply to: Arne Beruldsen: "Re: Jet Database Won't Open"
- Next in thread: Paul Clement: "Re: Jet Database Won't Open"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Jun 2004 10:48:58 +0200
Hi Arne,
I thought I did give you the answer in your previous thread and than you
stopped with it, keep your questions in the same thread. Paul did in
addition to my message give you a link to a page which describes the problem
as I told. When that is not the problem you have to look inside the Access
database, however that is almost never the problem.
This question has been so often in this dotNet newsgroups.
See here the answers.
And again please stay in the same thread, now others could start looking for
an answer and giving you again the same.
Cor
> Well apparently...it didn't work. I have tried to detail my problem as
best I can.
>
> "Paul Clement" wrote:
>
> > On Tue, 22 Jun 2004 09:57:03 -0700, "Arne Beruldsen"
<ArneBeruldsen@discussions.microsoft.com>
> > wrote:
> >
> > ¤ I have a Webform with a Datagrid. I've used the DataAdaptor control
(Ole...) to create the connection string and to create a Dataset. The data
is stored in an Access database. When I use the DataAdaptor to preview the
data (ie...fill dataset) everything appears to be working normally. The
connection seems fine.
> > ¤
> > ¤ However, when I go to run the app (in browser) I get the following
Server error:
> > ¤
> > ¤ The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\OnlineTesting\Tests.mdb'. It is already opened
exclusively by another user, or you need permission to view its data.
> > ¤
> > ¤ Obviously...I don't have it open...and I have no permissions set (that
I know of). The only lines of code I have are:
> > ¤
> > ¤ Imports System.Data
> > ¤ Imports System.Data.OleDb
> > ¤ ...
> > ¤ TestsAdapter.Fill(TestsDataSet)
> > ¤ DataList1.DataBind()
> > ¤
> > ¤ I'm new to VBNet and creating Web apps...though I should add...these
steps work fine in a Windows Form.
> > ¤
> > ¤ Is some permission required that I am not aware of?
> > ¤
> > ¤ Any help would be appreciated...
> >
> > I believe that I replied to this in your previous thread.
> >
> >
> > Paul ~~~ pclement@ameritech.net
> > Microsoft MVP (Visual Basic)
> >
- Next message: nicksop: "How can I convert ANSI to OEM in VB.net ?"
- Previous message: Frank: "combobox behaviour"
- In reply to: Arne Beruldsen: "Re: Jet Database Won't Open"
- Next in thread: Paul Clement: "Re: Jet Database Won't Open"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|