473,386 Members | 1,753 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,386 software developers and data experts.

Limitation of the number of recordsets ASP is able to proceed?

aa
Is there a limitation of the number of recordsets ASP is able to proceed?
When my Access database exceeded 544 records, only first 544 records are
shown
Feb 1 '06 #1
6 1285
aa wrote:
Is there a limitation of the number of recordsets
recordsets? Do you mean records?
ASP is able to proceed? process?
When my Access database exceeded 544 records, only first 544
records are shown


Show the code (only the relevant bit please. We don't need to see all the
html ...).

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Feb 1 '06 #2
aa
Thanks, Bob
in the query I have

WHERE filed_name<>"something"
and I did not have filed_name field filled in the recently added records.
I did not realised that if the value of a field is not entered, then
filed_name<>"something" evaluated to false, thought I expected it to
evaluate to true as undefined is not equal to "something"
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:O4*************@TK2MSFTNGP14.phx.gbl...
aa wrote:
Is there a limitation of the number of recordsets


recordsets? Do you mean records?
ASP is able to proceed?

process?
When my Access database exceeded 544 records, only first 544
records are shown


Show the code (only the relevant bit please. We don't need to see all the
html ...).

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Feb 1 '06 #3
So your problem is solved?

aa wrote:
Thanks, Bob
in the query I have

WHERE filed_name<>"something"
and I did not have filed_name field filled in the recently added
records. I did not realised that if the value of a field is not
entered, then filed_name<>"something" evaluated to false, thought I
expected it to evaluate to true as undefined is not equal to
"something"
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:O4*************@TK2MSFTNGP14.phx.gbl...
aa wrote:
Is there a limitation of the number of recordsets


recordsets? Do you mean records?
ASP is able to proceed?

process?
When my Access database exceeded 544 records, only first 544
records are shown


Show the code (only the relevant bit please. We don't need to see
all the html ...).

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Feb 1 '06 #4
aa
Yes, sorry for the false alarm.
However how would you explain that filed_name<>"something" evaluates to
false if filed_name is undefined?
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:OH**************@tk2msftngp13.phx.gbl...
So your problem is solved?

aa wrote:
Thanks, Bob
in the query I have

WHERE filed_name<>"something"
and I did not have filed_name field filled in the recently added
records. I did not realised that if the value of a field is not
entered, then filed_name<>"something" evaluated to false, thought I
expected it to evaluate to true as undefined is not equal to
"something"
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:O4*************@TK2MSFTNGP14.phx.gbl...
aa wrote:
Is there a limitation of the number of recordsets

recordsets? Do you mean records?

ASP is able to proceed?
process?

When my Access database exceeded 544 records, only first 544
records are shown

Show the code (only the relevant bit please. We don't need to see
all the html ...).

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Feb 1 '06 #5
I think you mean " ... if filed_name contains Null"
Any comparison with Null results in Null, which is not true

aa wrote:
Yes, sorry for the false alarm.
However how would you explain that filed_name<>"something" evaluates
to false if filed_name is undefined?
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:OH**************@tk2msftngp13.phx.gbl...
So your problem is solved?

aa wrote:
Thanks, Bob
in the query I have

WHERE filed_name<>"something"
and I did not have filed_name field filled in the recently added
records. I did not realised that if the value of a field is not
entered, then filed_name<>"something" evaluated to false, thought I
expected it to evaluate to true as undefined is not equal to
"something"
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:O4*************@TK2MSFTNGP14.phx.gbl...
aa wrote:
> Is there a limitation of the number of recordsets

recordsets? Do you mean records?

> ASP is able to proceed?
process?

> When my Access database exceeded 544 records, only first 544
> records are shown

Show the code (only the relevant bit please. We don't need to see
all the html ...).

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will
get a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Feb 1 '06 #6
aa
Thanks,Bob
Feb 1 '06 #7

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

Similar topics

6
by: Steve Jorgensen | last post by:
I keep having problems in which ADO disconnected recordset work under some circumstances, but lose all their data at other times, having no rows or fields, though the recordset object still exists....
3
by: Seong-Kook Shin | last post by:
C FAQ Q 13.2 says that sprintf() is guaranteed to work only for n <= 509: sprintf(dest, "%.*s", n, source); Does 509 appear in any C standard? If not, where it came from? I looked over C99...
17
by: Sharon | last post by:
I Have a PC with dual XEON CPU’s and 4 Giga Byte RAM win Windows XP Pro. I have 2 problems with it: (1) Windows is showing only 3.25 Giga byte on the System Properties ? General tab. While the...
5
by: Wim Van der Elst | last post by:
Hello, I want to start working in VB.net but seem to have trouble in understading how I get to an equivalent of a recordset as in VB6. The only examples I find are working with binding, but that...
16
by: Randy Harris | last post by:
I was inspired by the recent discussion of returning multiple recordsets to ADO from a stored procedure. (Amazed is probably more accurate). I asked about how to accomplish same with Oracle and...
24
by: Donald Grove | last post by:
I want to populate an array with values from an ado recordset (multiple rows) I use the absolute position of the cursor in the recordset to define the row of my array to be populated. I have a...
12
convexcube
by: convexcube | last post by:
Hi Experts, I have a unbound form which records details of complaints. It also records what products are affected in the complaint. These are stored in a table named ComplaintProducts that has...
2
by: jasone | last post by:
hi, i suppose this is a pretty simple thing, i am unsure how to proceed though. i have 2 recordsets counting items ifrom 2 tables how would i then add these recordsets together. the...
11
by: BeckR | last post by:
Hello - Thanks for reading my post. I am a newbie when it comes to VBA programming, but have managed to do what I need to do, until now. I have an Access 2000 database (running WinXP Pro...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.