asp_databases thread: type mismatch
Hi there
Can anyone help? I'm getting a Microsoft VBScript runtime (0x800A000D)
Type mismatch
strSequence = "Sequence_CategoryID" & rsCategory("CategoryID")
thanks
Adam
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
|





