Re: Access won't open
From: Arne Beruldsen (ArneBeruldsen_at_discussions.microsoft.com)
Date: 06/18/04
- Next message: barbara: "Child forms position"
- Previous message: Herfried K. Wagner [MVP]: "Re: Copying Contents of Drive to Folder"
- In reply to: One Handed Man \( OHM - Terry Burns \): "Re: Access won't open"
- Next in thread: One Handed Man \( OHM - Terry Burns \): "Re: Access won't open"
- Reply: One Handed Man \( OHM - Terry Burns \): "Re: Access won't open"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 15:48:01 -0700
I'm confused. Via the DataAdaptor...I can view the contents of the table. The error occurs when I run it...it refers to this line:
OleDbDataAdapter1.Fill(DataSet11)
The exact error message is:
The Microsoft Jet database engine cannot open the file 'C:\Arne's Stuff\Visual Basic Net\OnlineTesting\Tests.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Any ideas?
Arne
"One Handed Man ( OHM - Terry Burns )" wrote:
> Well, you should be able to test the DataAdapter connection by right
> clicking on it and testing the connection. If this is OK, you may have the
> database open in another window ?
>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
>
>
> "Arne Beruldsen" <ArneBeruldsen@discussions.microsoft.com> wrote in message
> news:3CD9E31F-41D4-4C2D-808D-922270E0184F@microsoft.com...
> > On a web form I'm trying to populate a grid using data in an mdb database.
> I've used the controls to setup the connection string, adaptor, dataset.
> The grid appears to be seeing the data (column heading etc...). But when I
> go to run...I get an error message on this line:
> > OleDbDataAdapter1.Fill(DataSet11)
> > The error states the database is either open (it's not) or I don't have
> permission to open it (no password necessary).
> >
> > Any ideas????
> >
> > Thanks
>
>
>
- Next message: barbara: "Child forms position"
- Previous message: Herfried K. Wagner [MVP]: "Re: Copying Contents of Drive to Folder"
- In reply to: One Handed Man \( OHM - Terry Burns \): "Re: Access won't open"
- Next in thread: One Handed Man \( OHM - Terry Burns \): "Re: Access won't open"
- Reply: One Handed Man \( OHM - Terry Burns \): "Re: Access won't open"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|