This is a discussion on "what is wrong-what do i do" within the Classic ASP section. This forum, and the thread "what is wrong-what do i do are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
what is wrong-what do i do
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
what is wrong-what do i do
Hi, I am trying to make a registration page for my site and every time I try to view it in my local host i get this
Error Type: ADODB.Field (0x800A0BCD) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /1080design/registration.asp, line 163 I thought I created it right, but I dont Know-I know its probably simple, but can some one help me and explain to me what i need to do to fix this and get my registration page working. Thanks Mark |
|
|
|
|||
|
Looks like your recordset is empty and you tried to do something with it. Check your query is actually returning something.
|
|
|||
|
can you expand on that-im still confused not sure what you mean. For instance what should I look at exactly. Im still new to this stuff.
Thanks Mark |
|
|||
|
This is what i get. What does this mean-I am so confused. Please Help if you can!
Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '' /1080design/registration.asp, line 163 Thanks Mark |
|
||||
|
for your first problem....
presumably you are connecting to a database, and trying to output results? before you can output anything, you need to check the database has actually returned something. you can do this by using ASPs built in EOF function. EOF means End of File. If you are opening a recordset, and then outputing data, use an if statement to check that you have actually got data before outputting it:
|
![]() |
| Tags |
| wrongwhat |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What am I doing wrong?? | PunkManager | Starting Out | 3 | Sep 4th, 2007 12:54 |
| Something wrong | Daniel | Webforumz Cafe | 11 | Jul 20th, 2007 18:08 |
| Where am I going wrong? | JamesQ | Flash & Multimedia Forum | 6 | Jun 5th, 2007 15:05 |
| What's gone wrong? | Alsilver | Web Page Design | 2 | Oct 22nd, 2006 14:11 |
| what am i doing wrong? | bsadaz | Web Page Design | 4 | Oct 16th, 2006 11:41 |