I already know what's causing the error. I'm using a key that is not unique. Because there are non-unique keys, my code is confused on what the particular key is refencing.
It turned out that my back end SQL table entered a key twice. The root of the problem is my SQL table itself. I use two keys. One key has identity property the other none. --- Dan Powderhill <[EMAIL PROTECTED]> wrote: > What's the code that's causing the error? > > Dan > > -----Original Message----- > From: Erwin Rommel Felix 2000A > [mailto:[EMAIL PROTECTED] > Sent: 29 September 2004 09:14 > To: [EMAIL PROTECTED] > Subject: [AspClassicAnyQuestionIsOk] Microsoft > VBScript runtime error '800a01c9' > > > > I'm having this error > > "Microsoft VBScript runtime error '800a01c9' > > This key is already associated with an element of > this > collection > > /researchtrackingtool/AnalystAccess.asp, line 166 > " > > What could be the cause of this? Why does this > appear. > Thanks... > > ===== > Erwin Rommel Y. Felix > Tel. 8410111 loc. 1430 > Mobile 09185980706 > > "Never outshine the Master Chicker" > > > > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com > > > > Yahoo! Groups Sponsor > > ADVERTISEMENT > > <http://us.ard.yahoo.com/SIG=129baa6jm/M=295196.4901138.6071305.3001176/D=groups/S=1705006764:HM/EXP=1096542733/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> > click here > > <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=626772277> > > > > _____ > > Yahoo! Groups Links > > > * To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > > * Your use of Yahoo! Groups is subject to the Yahoo! > Terms of Service <http://docs.yahoo.com/info/terms/> > . > > > > > [Non-text portions of this message have been > removed] > > ===== Erwin Rommel Y. Felix Tel. 8410111 loc. 1430 Mobile 09185980706 "Never outshine the Master Chicker" __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
