Zarc: No password. Right now on day 3 trying to come to grips with this problem. I created a new workgroup and placed the "*.mdw" file in the
all permissions with access are open, so far as I can tell.
Opened up a new database, imported one table, and then saved and renamed the mdb in the
Test connection and all other indications within Studio suggest that all is ok; and, by the way, the code for filling a datagrid, best I can tell since I haven't accomplished it yet, is...
DataSet11.Clear()
DataAdapter.Fill(DataSet11)
GridData1.DataBind()
...the bind being needed in Web Forms, but not in Windows forms, the fill needed in both (something I have read).
...so I am stumped...can't figure out what the heck this is. I am on day 3 now, getting quickly behind on this and other projects as the error message is killing me.
...no doubt, when it's solved, we can post a new "bulb" message and possibly submit within the FAQ so no one else has to go through the problems I'm going through. In the end, who knows, might be something simple; but I have been reading and reading and reading and can't find a clue...still lots of research to do...
...also, in one of the example CDs I have they activate MSDE to run samples but I presume that is for the SQL Adapter samples only; I figure OLE DB doesn't rely on that.
...since last nite I was certain that this problem involved internal mdb permissions...but after trying several approaches no luck yet...