Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: type mismatch


Message #1 by "Adam H-W" <adam_hw@k...> on Fri, 29 Nov 2002 18:09:41
Hi there

Can anyone help?  I'm getting a Microsoft VBScript runtime (0x800A000D)
Type mismatch


strSequence = "Sequence_CategoryID" & rsCategory("CategoryID")

thanks 

Adam
Message #2 by Mark Eckeard <meckeard2000@y...> on Fri, 29 Nov 2002 10:36:15 -0800 (PST)
Try this:

strSequence = "Sequence_CategoryID" &
cstr(rsCategory("CategoryID"))

Mark.
--- Adam H-W <adam_hw@k...> wrote:
> Hi there
> 
> Can anyone help?  I'm getting a Microsoft VBScript
> runtime (0x800A000D)
> Type mismatch
> 
> 
> strSequence = "Sequence_CategoryID" &
> rsCategory("CategoryID")
> 
> thanks 
> 
> Adam


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

  Return to Index