Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Execution time-out error within the PHP forums, part of the Web Development category; How can I avoid execution time-out error while fetching recordS from MySQL Database?...
|
|||||||
| PHP PHP - The most popular scripting language. Discuss PHP related questions here. Sample Scripts, Popular downloads, tools and utilites and more... |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Re: Execution time-out error
first I would check for indexes..... there is no reson for sql to get timed out unless there is problem with your table.... or trying to featch thousands of recrods.. all the time use field names in sql insted of * from .... and where clause all the time ...
|
|
|||
|
Re: Execution time-out error
Thanks Jim
Issue is resolved followed your tips and specified field names and inserted WHERE clause to limit the number of records fetched at a time. Its working fine now... Thanks again |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Customized error in coldfusion | norman | ColdFusion | 1 | 3 Days Ago 03:26 PM |
| Disable Error Reporting in XP | Lokesh M | Geeks Lounge | 2 | 05-11-2007 09:46 AM |
| Program Execution | norman | C and C++ | 5 | 11-12-2006 03:14 PM |
| Type of Error for Variables not declared in function | fred | C and C++ | 1 | 07-12-2006 05:31 PM |
| 500 Server Error in PHP | Martin Lucas | PHP | 1 | 05-30-2006 07:04 PM |