Nat:
Have decided, without explicit information, to use one mdb with several tables; not doing that much initially - was just wondering if having, say, 3 mdb's in the root web directory, whether that would lower the probability of opening and closing one database at any particular time causing a conflict.
Right now I have other problems - and have been discussing with Zarc.
I have spent the last 16 hours trying to "connect" to an mdb using OLE DB connectivity -- so stopped cold in .NET development right out of the shute.
I can't get pass the "PERMISSION" problem with Access. All is working but when I try to bind, say, a DataGrid, I can never populate it because an exception error occurs saying I don't have permission to open the Access database.
Seems I have tried everything, putting the ".mdw" file in the root web directory, etc. etc... so struggling right now. If I could just get some data bound I could take off and finish some web pages -- was trying to get something done before an annual picknic coming up on June 6th.
Any ideas here? I have several books on .NET but all assume one has permission to open the database. Behind .NET no problem, all data review, etc.. opens up the tables with no problem, but when I open up the web form the code always stops at the "fill" code saying I don't have Permission to continue. I can't believe this has been that difficult --- I have been dying to get going with .NET but have been stopped cold at the very beginning.
Thanks for taking the time.