Click to See Complete Forum and Search --> : Locked you say?


Ooogaleee
11-20-2002, 01:51 PM
Can anyone help me a bit here? I've created my first webform using IIS loaded
locally and a copy of one of my office databases put onto my lacal drive.
I've generated the dataset correctly, but am having a "It is already opened
exclusively by another user, or you need permission to view its data" error
consistantly.

I know that when I developed previously in Visual Interdev you needed to
"close" a connected dB prior to running an ASP page I wrote. Is there something
similar to that in VB .NET that I'm missing? I know nobody is in the database
because it's local.

Any ideas??

Thanks...Ooogaleee

Paul Clement
11-20-2002, 02:24 PM
On 20 Nov 2002 10:51:06 -0800, "Ooogaleee" <vb.@127.0.0.1> wrote:

¤
¤ Can anyone help me a bit here? I've created my first webform using IIS loaded
¤ locally and a copy of one of my office databases put onto my lacal drive.
¤ I've generated the dataset correctly, but am having a "It is already opened
¤ exclusively by another user, or you need permission to view its data" error
¤ consistantly.
¤
¤ I know that when I developed previously in Visual Interdev you needed to
¤ "close" a connected dB prior to running an ASP page I wrote. Is there something
¤ similar to that in VB .NET that I'm missing? I know nobody is in the database
¤ because it's local.

I'm going to take a guess and assume you are using an Access database:

PRB: Cannot Connect to Access Database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;316675

INFO: Permissions to Connect to a Remote Access Database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;307901


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)