Mischamel Posted March 12, 2004 Posted March 12, 2004 Moin, I created an Asp Project, to show some rows in a datagrid or datalist.I Set the connection, oledbadapter and dataset in(from) the wizard or properties window. When I try to fill the ds, err msg occurs with: Db already exclusively opened or u need access key.... Do I have to set parameters in IIs config or set the Db in another path(now it´s in the inetpub folder) or are there any other recommendations in the connection settings or adapters config ??? Quote Sometimes you´ve got to make a silent Takedown .
Moderators Robby Posted March 12, 2004 Moderators Posted March 12, 2004 While in Windows Explorer right-click on the mdb file and add ASPNET as a user in the security tab. Quote Visit...Bassic Software
Mischamel Posted March 15, 2004 Author Posted March 15, 2004 It doesn´t work. User ASPNET isn´t in Networkusergroup. Don´t know how to chose out of NW-Usergroup. Quote Sometimes you´ve got to make a silent Takedown .
Mischamel Posted March 15, 2004 Author Posted March 15, 2004 It doesn´t work. User ASPNET isn´t in Networkusergroup. Don´t know how to chose out of NW-Usergroup. Wait. I could set ASPNet as user. Further results woll follow ........ :D Quote Sometimes you´ve got to make a silent Takedown .
Mischamel Posted March 15, 2004 Author Posted March 15, 2004 Hou !!! Still the same errmsg, when I try to fill the DataSet of my DB. Can u give another advice ?? Quote Sometimes you´ve got to make a silent Takedown .
Mischamel Posted March 15, 2004 Author Posted March 15, 2004 Another one out now :: Quote Sometimes you´ve got to make a silent Takedown .
Mischamel Posted March 15, 2004 Author Posted March 15, 2004 Another one out now :: File Couldn´t be locked. Err occurs when I try to fill my Dataset. Getingnnuts. Quote Sometimes you´ve got to make a silent Takedown .
Moderators Robby Posted March 15, 2004 Moderators Posted March 15, 2004 Can you post your code. Also, are you using any wizards to setup your DB stuff? Quote Visit...Bassic Software
Mischamel Posted March 16, 2004 Author Posted March 16, 2004 Wizards as they are offered from developSoftw Vb.Net. Connection is set by wizard nad dataset, dataAdapter as well. Options like Datasource of the datagrid are set in property fields on the right side of vb.net. There´s no code to post, only : Sub PageLoad() REM Or ButtonClick OleDbDataAdapter1.Fill(DS,"TABLE") REM Here it offers errmsg. DATABIND() Quote Sometimes you´ve got to make a silent Takedown .
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.