HighDots Forums  

URGENT! - ASP pages error when RecordSet is applied?!?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss URGENT! - ASP pages error when RecordSet is applied?!? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dylan
 
Posts: n/a

Default URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 01:24 AM






Please help, I have a project with a short deadline and I'm already running
into errors. First off... I'm not a programmer, I'm a designer... i do know
a little bit here and there... but I ran into a problem.

I have an Access database file with 7 fields. I setup the ODBC and setup the
database in dreamweaver... everything loaded in fine. When I create a new
asp page I can f12 the page just fine.. everything shows up (if i put
anything on it) but the second i apply a recordset to the page i get a "this
page can not be displayed" error... it's really frustrating and i don't have
any clue what the problem is???

Oh yeah, i have iis setup on my machine and i have it listed as the testing
server... but if i view the asp files (with the recordset in place) on the
testing server, they show up with just code!? like a text file?

Again, I'm not a programmer.. so if anyone can dumb it down for me that
would be great!

Thanks!
dylan



Reply With Quote
  #2  
Old   
J.S. - UltraSuite
 
Posts: n/a

Default Re: URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 01:29 AM






Turn off Friendly Errors in IE to see what the actual arror message is.

--
__________________________________________________ __________
UltraSuite Extension Packages: http://www.ultrasuite.com/
The *most popular* suites of DMX and UD4 Server Behaviors
for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
__________________________________________________ __________



Reply With Quote
  #3  
Old   
Dylan
 
Posts: n/a

Default Re: URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 02:05 AM



Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
cannot open the file '(unknown)'. It is already opened exclusively by
another user, or you need permission to view its data.
/yotshop/TMPeqhk7j14sn.asp, line 8


Still no clue? I'm not sure why the file is called "unknown" it's saved as
view.asp ... but of course it's one of dreamweavers weird temp files that
won't show up. If i open the actual .asp file in internet explorer... it
just looks like a bunch of code... I have other asp files that open fine...
so I don't know what the deal is?

PS. there is no other "user" accessing the file... I even re-opened
everything on my pc and it get's the same error.




"Dylan" <dylandebusk (AT) hotmail (DOT) com> wrote

Quote:
Please help, I have a project with a short deadline and I'm already
running
into errors. First off... I'm not a programmer, I'm a designer... i do
know
a little bit here and there... but I ran into a problem.

I have an Access database file with 7 fields. I setup the ODBC and setup
the
database in dreamweaver... everything loaded in fine. When I create a new
asp page I can f12 the page just fine.. everything shows up (if i put
anything on it) but the second i apply a recordset to the page i get a
"this
page can not be displayed" error... it's really frustrating and i don't
have
any clue what the problem is???

Oh yeah, i have iis setup on my machine and i have it listed as the
testing
server... but if i view the asp files (with the recordset in place) on the
testing server, they show up with just code!? like a text file?

Again, I'm not a programmer.. so if anyone can dumb it down for me that
would be great!

Thanks!
dylan





Reply With Quote
  #4  
Old   
David R. Wheeler
 
Posts: n/a

Default Re: URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 02:30 AM



Quote:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
cannot open the file '(unknown)'. It is already opened exclusively by
another user, or you need permission to view its data.
/yotshop/TMPeqhk7j14sn.asp, line 8
There are several things that can cause this. Take a look at this Tech Note for the most common causes and fixes.
http://www.macromedia.com/support/ultradev/ts/documents/8004005_cannot_open_unknown.htm

Quote:
Still no clue? I'm not sure why the file is called "unknown" it's saved as
view.asp ...
The '(unknown)' isn't in reference to your asp file. It is referring to he database file. It can't be accessed so there is no file name to reference, therefore it's 'unknown'

Quote:
If i open the actual .asp file in internet explorer... it
just looks like a bunch of code... I have other asp files that open fine...
so I don't know what the deal is?
It sounds like the web server is not running or isn't configured properly. See http://www.macromedia.com/support/dreamweaver/ts/documents/app_server_test2.htm

Also, make sure that the very first line of code on the page is

<%@LANGUAGE="VBSCRIPT"%>

--

Dave
-----------------------------------------------------------------
If I were half as smart as people think I am...
I'd be twice as smart as I was before I forgot everything.
(Official victim of CRAFT Syndrome)


Reply With Quote
  #5  
Old   
Dylan
 
Posts: n/a

Default Re: URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 03:16 AM



Yay it works.. it was the permissions... thanks!


"David R. Wheeler" <dont-want (AT) no (DOT) spam> wrote

Quote:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
engine
cannot open the file '(unknown)'. It is already opened exclusively by
another user, or you need permission to view its data.
/yotshop/TMPeqhk7j14sn.asp, line 8
There are several things that can cause this. Take a look at this Tech Note
for the most common causes and fixes.
http://www.macromedia.com/support/ultradev/ts/documents/8004005_cannot_open_
unknown.htm

Quote:
Still no clue? I'm not sure why the file is called "unknown" it's saved as
view.asp ...
The '(unknown)' isn't in reference to your asp file. It is referring to he
database file. It can't be accessed so there is no file name to reference,
therefore it's 'unknown'

Quote:
If i open the actual .asp file in internet explorer... it
just looks like a bunch of code... I have other asp files that open
fine...
so I don't know what the deal is?
It sounds like the web server is not running or isn't configured properly.
See
http://www.macromedia.com/support/dreamweaver/ts/documents/app_server_test2.
htm

Also, make sure that the very first line of code on the page is

<%@LANGUAGE="VBSCRIPT"%>

--

Dave
-----------------------------------------------------------------
If I were half as smart as people think I am...
I'd be twice as smart as I was before I forgot everything.
(Official victim of CRAFT Syndrome)




Reply With Quote
  #6  
Old   
Grant Berkeley
 
Posts: n/a

Default Re: URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 03:19 AM



Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Quote:
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
engine
cannot open the file '(unknown)'. It is already opened exclusively by
another user, or you need permission to view its data.
/yotshop/TMPeqhk7j14sn.asp, line
This means you have a table open in design view in access and it doesn't
like it. Try closing all the tables in access - that should fix it.

Grant




Reply With Quote
  #7  
Old   
David R. Wheeler
 
Posts: n/a

Default Re: URGENT! - ASP pages error when RecordSet is applied?!? - 08-03-2003 , 10:57 AM



Your welcome. Glad it's working for you.

--

Dave
-----------------------------------------------------------------
If I were half as smart as people think I am...
I'd be twice as smart as I was before I forgot everything.
(Official victim of CRAFT Syndrome)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.