|
|
 |
| Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

December 16th, 2004, 11:17 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Location: , , .
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Unable to display the database
Hi all, I'm new and to asp needed some help here.
I got a problem which i uploaded on http://n.domaindlx.com/hayley/PMS_Page.asp
which will be helpful to my question.
I'm able to key the data in the last row in ms access, E34002, however after saving it, I'm unable to display the records.
Below is part of the code where the fault is:
Function TD_Prop
if rs("Schedule")="" then
TD_Prop = "EquipmentHead"
else
TD_Prop="EquipmentItem"
end if
end function
Error Type given was:
(0x80020009)
Exception occurred.
PMS_List.asp, line 4
Line 4 is actually if rs("Schedule")="" .
Is anyone able to help me solve this? 
|

December 17th, 2004, 12:02 AM
|
|
Friend of Wrox
|
|
Join Date: Dec 2004
Location: Chennai, Tamil nadu, India.
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hayley,
Check out www.aspfaq.com/show.asp?id=2421 which has a comprehensive list on the various reasons which would throw this error. Hope it helps!
Best Regards
Vadivel
MVP ASP/ASP.NET
http://vadivel.thinkingms.com
|

December 17th, 2004, 03:32 AM
|
|
Authorized User
|
|
Join Date: Dec 2004
Location: , , .
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Vadivel,
Thanks for the advice. Had seen the pages but think it's not exactly related to the error. Wonder if I end the code properly...
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |