Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Trouble adding more then 5 records to Access database

Guest
Mar 07, 2007 Mar 07, 2007
Hi -- I have an Add Record behavior on my ASP page working with an Access database, and it works. However, it's only allowing 5 records to be in the table at a time. New additions overwrite the old ones, never totalling more than 5 records at a time. Why is this, and how can I fix it??
TOPICS
Server side applications
380
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Mar 07, 2007 Mar 07, 2007
Thanks for the replies. The number of records showing was set to "all" -- but there was some glitch that prevented more than 5 records being added to the database online. I recreated the page, setting up new recordsets and insert record behaviors, and the problem was resolved. Thanks again for the quick replies.
Translate
LEGEND ,
Mar 07, 2007 Mar 07, 2007
Can you post the code, as I have never heard of an access table limiting the
records.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"jennivazquez" <webforumsuser@macromedia.com> wrote in message
news:esn0ta$5vn$1@forums.macromedia.com...
> Hi -- I have an Add Record behavior on my ASP page working with an Access
> database, and it works. However, it's only allowing 5 records to be in
> the
> table at a time. New additions overwrite the old ones, never totalling
> more
> than 5 records at a time. Why is this, and how can I fix it??
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 07, 2007 Mar 07, 2007
LATEST
Thanks for the replies. The number of records showing was set to "all" -- but there was some glitch that prevented more than 5 records being added to the database online. I recreated the page, setting up new recordsets and insert record behaviors, and the problem was resolved. Thanks again for the quick replies.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 07, 2007 Mar 07, 2007
She's probably got the Repeat Region displaying 5 records.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines