Re: Access won't open
From: One Handed Man \( OHM - Terry Burns \) ("One)
Date: 06/18/04
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: Unsigned integer problem?"
- Previous message: Miguel Dias Moura: "Re: Really need to solve this SQL problem to finish this web site."
- In reply to: Arne Beruldsen: "Re: Access won't open"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Jun 2004 00:30:07 +0100
Sorry, I meant OledbConnection ( Not Adapter ). You can test the
connection/access to this. Otherwise, you have it open somewhere else,
either on your machine or from someon elses.
-- OHM ( Terry Burns ) . . . One-Handed-Man . . . "Arne Beruldsen" <ArneBeruldsen@discussions.microsoft.com> wrote in message news:3D913B3F-FEE2-4AE2-BBE1-C41015AF7CAF@microsoft.com... > 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: One Handed Man \( OHM - Terry Burns \): "Re: Unsigned integer problem?"
- Previous message: Miguel Dias Moura: "Re: Really need to solve this SQL problem to finish this web site."
- In reply to: Arne Beruldsen: "Re: Access won't open"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|