adapter.fill method error if the web application is left unattented for sometime

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default adapter.fill method error if the web application is left unattented for sometime

    I am getting the adapter.fill method error if the web application is left unattented for sometime and if the user clicks a link or next button which access data. Is this due to script timeout or session timeout.If it is then how to avoid this
    I need to take the user to login page if there is a timeout

    Any suggestions.
    skumar Guest

  2. Similar Questions and Discussions

    1. ORA-12560: TNS: Protocol Adapter Error
      Hi dbuckingham, I am also facing the similar problem. I have 2 instances of 9i on same server. I am able to connect with one of them and...
    2. Problem accessing results from DataService fill method
      I've set up an application that gets data from a data service configured with a java-dao adapter. If I define a DataGrid with the array populated...
    3. Problem calling Fill() method
      I have several tables involved in my application, but the two in question here are the company and address tables. The company table has...
    4. PHP & OCI9. No such protocol adapter error.
      Greetings, I've been developing several PHP-applications using Oracle client 8.2 and PHP 4.3.3 (OCI8 functions). Now the management wants to...
    5. ORA-12560:TNS:Protocol Adapter Error on Netware
      I have this traditional error "ORA-12560:TNS:Protocol Adapter Error" when trying to connect to my Oracle 8i databases on Netware (i.e when i load...
  3. #2

    Default Re: adapter.fill method error if the web application is left unattented for sometime

    [url]http://www.aspfaq.com/5002[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "skumar" <skumar@awiware.com> wrote in message
    news:FC943282-43A1-40B2-A36E-B6DC77767C40@microsoft.com...
    > I am getting the adapter.fill method error if the web application is left
    unattented for sometime and if the user clicks a link or next button which
    access data. Is this due to script timeout or session timeout.If it is then
    how to avoid this.
    > I need to take the user to login page if there is a timeout.
    >
    > Any suggestions.

    Aaron Bertrand - MVP Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139