G
Guest
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
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