473,396 Members | 1,599 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

server explorer window

i hav a project in visual basic.net which uses asp.net web forms to
access a microsoft access database. i had fierce trouble getting it to
access the database but fixed it by accident. basically i deleted the
database from under 'data connections' in the 'server explorer window'
on the screen and now it works fine. i was getting errors probably
because of connection strings and access privileges to my database but
now its fine. can anyone tell me why this is?

Mar 20 '06 #1
5 1447
My first thought would be that the file can only be opened in exclusive mode
(it could perhaps cause problems if multiple users are trying to access your
site).

In the future, please *always* post the exact error message when reporting
an error else we just have to guess from countless possibilities. The error
message can help us to narrow down possible causes...

--
Patrice

<so*******@yahoo.com> a écrit dans le message de news:
11**********************@i40g2000cwc.googlegroups. com...
i hav a project in visual basic.net which uses asp.net web forms to
access a microsoft access database. i had fierce trouble getting it to
access the database but fixed it by accident. basically i deleted the
database from under 'data connections' in the 'server explorer window'
on the screen and now it works fine. i was getting errors probably
because of connection strings and access privileges to my database but
now its fine. can anyone tell me why this is?

Mar 20 '06 #2
there is no error message. its working, i just dont understand why, or
whether it will now only work on my computer or something. thanks
anyway.

Mar 20 '06 #3
Of course, I'm not talking about the current situation but the one you had
before "fixing it by accident" : "I had fierce trouble", "I was getting
errors".

So if you had errors previously :
- what was the message ? (without the message we can't do much than guessing
what was the previous situation)

If you never had error messages, I don't answered what is the question...

--
Patrice

<so*******@yahoo.com> a écrit dans le message de news:
11**********************@t31g2000cwb.googlegroups. com...
there is no error message. its working, i just dont understand why, or
whether it will now only work on my computer or something. thanks
anyway.

Mar 20 '06 #4
I meant if you never had error messages, I don't *understand* what is the
question. As you see I'm all confused by your post now ;-)

--
Patrice

"Patrice" <a@bc.c> a écrit dans le message de news:
e0*************@TK2MSFTNGP10.phx.gbl...
Of course, I'm not talking about the current situation but the one you had
before "fixing it by accident" : "I had fierce trouble", "I was getting
errors".

So if you had errors previously :
- what was the message ? (without the message we can't do much than
guessing what was the previous situation)

If you never had error messages, I don't answered what is the question...

--
Patrice

<so*******@yahoo.com> a écrit dans le message de news:
11**********************@t31g2000cwb.googlegroups. com...
there is no error message. its working, i just dont understand why, or
whether it will now only work on my computer or something. thanks
anyway.


Mar 20 '06 #5
okay, heres the origonal error which im gettin from line 103 of the
code below:

Server Error in '/CinemaBookingSystem' Application.
--------------------------------------------------------------------------------

ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error
Unable to open registry key 'Temporary (volatile) Jet DSN for process
0x890 Thread 0x114 DBC 0x437b04 Jet'. ERROR [IM006] [Microsoft][ODBC
Driver Manager] Driver's SQLSetConnectAttr failed ERROR [HY000]
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x890 Thread
0x114 DBC 0x437b04 Jet'. ERROR [HY000] [Microsoft][ODBC Microsoft
Access Driver] Could not use '(unknown)'; file already in use. ERROR
[HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable
to open registry key 'Temporary (volatile) Jet DSN for process 0x890
Thread 0x114 DBC 0x437b04 Jet'. ERROR [HY000] [Microsoft][ODBC
Microsoft Access Driver]General error Unable to open registry key
'Temporary (volatile) Jet DSN for process 0x890 Thread 0x114 DBC
0x437b04 Jet'. ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]
Could not use '(unknown)'; file already in use.

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.Data.Odbc.OdbcException: ERROR [HY000]
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x890 Thread
0x114 DBC 0x437b04 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager]
Driver's SQLSetConnectAttr failed ERROR [HY000] [Microsoft][ODBC
Microsoft Access Driver]General error Unable to open registry key
'Temporary (volatile) Jet DSN for process 0x890 Thread 0x114 DBC
0x437b04 Jet'. ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]
Could not use '(unknown)'; file already in use. ERROR [HY000]
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x890 Thread
0x114 DBC 0x437b04 Jet'. ERROR [HY000] [Microsoft][ODBC Microsoft
Access Driver]General error Unable to open registry key 'Temporary
(volatile) Jet DSN for process 0x890 Thread 0x114 DBC 0x437b04 Jet'.
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not use
'(unknown)'; file already in use.

Source Error:
Line 101: If Not Page.IsPostBack Then
Line 102: AreasDataSet11.Clear()
Line 103: OdbcDataAdapter1.Fill(AreasDataSet11)
Line 104: DropDownList1.DataBind()
Line 105: End If
Source File: c:\inetpub\wwwroot\CinemaBookingSystem\WebForm1.as px.vb
Line: 103

Stack Trace:
[OdbcException: ERROR [HY000] [Microsoft][ODBC Microsoft Access
Driver]General error Unable to open registry key 'Temporary (volatile)
Jet DSN for process 0x890 Thread 0x114 DBC 0x437b04 Jet'.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's
SQLSetConnectAttr failed
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error
Unable to open registry key 'Temporary (volatile) Jet DSN for process
0x890 Thread 0x114 DBC 0x437b04 Jet'.
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not use
'(unknown)'; file already in use.
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error
Unable to open registry key 'Temporary (volatile) Jet DSN for process
0x890 Thread 0x114 DBC 0x437b04 Jet'.
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error
Unable to open registry key 'Temporary (volatile) Jet DSN for process
0x890 Thread 0x114 DBC 0x437b04 Jet'.
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not use
'(unknown)'; file already in use.]
System.Data.Odbc.OdbcConnection.Open()
System.Data.Common.DbDataAdapter.QuietOpen(IDbConn ection connection,
ConnectionState& originalState)
System.Data.Common.DbDataAdapter.FillFromCommand(O bject data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
CinemaBookingSystem.WebForm1.Page_Load(Object sender, EventArgs e)
in c:\inetpub\wwwroot\CinemaBookingSystem\WebForm1.as px.vb:103
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()

thanks.

Mar 20 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Peter | last post by:
In the server explorer of Visual Studio 2003, is there is a way to code and run a Sql script? Please advise. Thanks Peter
0
by: Jason James | last post by:
Hi all, I have VS.Net professional installer, along with MSDE. I am having severe difficulty browsing the server explorer window. I can see the Data connections node in the tree and the...
1
by: Stephen | last post by:
Hey Everyone, I have a problem with a web application due to the use of both client-side and server side script on the on-click event of a button. The client side script runs first as expected...
1
by: Stephen | last post by:
Hey All, I have a problem with a web application due to the use of both client-side and server side script on the on-click event of a button. The client side script runs first as expected however...
0
by: prs(tm) | last post by:
I want to show a custom window above the HTML display much like the Info bar in XP SP2. Within IE, the Internet Explorer Server window is a child of a Shell Doc Object View; I've subclassed the...
15
by: Tom Leylan | last post by:
Something is messed up... I was using MSDE but I just bought/installed SQL Server instead and stuff has stopped working. I used to be able to connect to the server through VS2002 (and VS2003)'s...
2
by: pigeonrandle | last post by:
Hi, Does anyone know how get text from/ set text to 'child windows' of an Internet Explorer Server class window? Using WM_SETTEXT would be great, but i don't know how to get the handle of a child...
3
by: Arpan | last post by:
I recently installed SQL Server 2005 (Management Studio Express) along with SQL Server 2005 Express (Configuration Manager) in my Win2K Pro m/c & use IIS 5.0 to run ASPX projects. I could add my...
8
by: Doron Farber | last post by:
Hi All, How can I Move the Server explorer window to the left. When ever I double click on the Server explorer top window it goes to the bottom of the IDE. Thanks, Doron
1
by: Chris Douglas | last post by:
Here at work I have two computers, on two different networks, with Visual Studio 2005 Professional Edition, running on Windows Server 2003. I have not used the second computer much, and this week...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.