|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Access DB LImits?
Is there a limit to how many people can access my site - or the pages that are delivered from the database. <br><br>Or is there something I need to write into the code so that multiple people can look at it. <br><br>Some people have been complaining they cant access my site & I saw an error this morning which i think is related to this issue. <br><br>Any ideas??? <img border="0" src="/forum/emoticons/confused.gif" height="22" width="15" alt="confused" />
|
|
#2
|
|||
|
|||
|
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' <br><br>[Microsoft][ODBC Microsoft Access Driver] Too many client tasks. <br><br>/home.asp, line 34 <br><br><br>this is the error i get ..... too many people accessing site at once maybe??? can i do anything to help this ?
|
|
#3
|
|||
|
|||
|
tonya <br>why u posted here?<br><br>anyway<br><br>look then ever u use createobject method<br>make a point that u close that object and set it for nothing<br><br>e.g<br><br>set con=server.createobject("adodb.connection")<br><br>---<br>----<br><br>'at end of the code<br><br>con.close()<br><br>set con=nothing<p><hr size="1" width="50%" align="left" />(#_#)</p>
|
|
#4
|
|||
|
|||
|
Do you know I don't know how i managed that since I am normally v good at closing off my connection & rs. <br><br>But well thanks I now know what that error is & that page didnt have the close stuff at bottom of code<br><br>feel daft <br>& thought this was where to put DB related questions.<br><br>now i can go back to my attachments problem !!<br><br>Thanks
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Access DB LImits? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|