Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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 ???

Sometimes you´ve got to make a silent Takedown .
Posted
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

Sometimes you´ve got to make a silent Takedown .
Posted

Another one out now ::

File Couldn´t be locked.

 

Err occurs when I try to fill my Dataset.

 

Getingnnuts.

Sometimes you´ve got to make a silent Takedown .
Posted

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()

Sometimes you´ve got to make a silent Takedown .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...