Results 1 to 2 of 2

Thread: Problems with Session variables

  1. #1
    Jim Guest

    Problems with Session variables


    Need Help!

    After looping thru the session variables,
    For each item in Session.Contents
    Response.Write(Item & &#34;=&#34; & Session(Item) & &#34;<BR>&#34
    Next

    I get the following error after the &#34;AUTOGRIDCOL_101=True&#34; item

    Microsoft VBScript runtime error &#39;800a000d&#39;

    Type mismatch

    /test.asp, line 93

    therefore I am unable to use the dbExportFlds in my own custom forms.

    Is this a limitation in the eval Enterprise eval version??

    Jim

  2. #2
    John Guest

    Problems with Session variables (reply)

    Hi Jim,

    This isn&#39;t a problem with ASP-db exported session variables, but rather one
    of your session variables contatins a value you can&#39;t response.write.

    To prove this, just try and write out the exported ASP-db vars and it should
    work fine, i.e.:

    response.write(&#34;ASPdb_1234_FirstName&#34

    Where 1234 is your unitno and FirstName is your field that you exported.

    Thanks,
    JC


    ------------
    Jim at 3/4/00 6:40:24 PM


    Need Help!

    After looping thru the session variables,
    For each item in Session.Contents
    Response.Write(Item & &#34;=&#34; & Session(Item) & &#34;<BR>&#34
    Next

    I get the following error after the &#34;AUTOGRIDCOL_101=True&#34; item

    Microsoft VBScript runtime error &#39;800a000d&#39;

    Type mismatch

    /test.asp, line 93

    therefore I am unable to use the dbExportFlds in my own custom forms.

    Is this a limitation in the eval Enterprise eval version??

    Jim

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •