Bulelani Botman
Explore posts from serversHow To Properly Catch An SMTPException & IOException
yeah! it's some sort of notices for clients & the company doesn't have a senior nor a intermediate software who knows all the rights & wrongs of design patterns so the tasks are handled by interns & juniors who were also interns
33 replies
How To Properly Catch An SMTPException & IOException
to answer this question, i just want to purely handle the exceptions that may occur. if for instance it doesn't send, does my code with the retrying loop work for handling this error because you might find that the exception has to do with internet connection & it that case it doesn't send anything. if the exception is IO related, maybe the saved copy file doesn't get renamed, i don't mind but it should just save it & continue running. i just don't want to have an Error 500 pop out telling me it crashed
33 replies
How Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
i did implement the search feature but on another page it's just not suitable. i need to pull all those records whether i like it or not and the user just can't search because he doesn't know the information / doesn't have the info because this table is just filled with properties that are about 900K
59 replies
How Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
the datatable plugin has the pagination feature, if you are pulling lets say 10k records it will automatically do it for you but my issue is behind the scenes which is my SQL code. I am using which pulls all the columns and the records from this table and I get the connection timeout from MSSQL Server because pulling a lot of data at once & trying to display it
59 replies
How Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
ohhhh! i will try to use it. so, i assume when you press the next button in the view it will go back to the sql script and laod the next batch?
59 replies