Building on last week\'s article about closing mysql connections, I wanted to pass on this further expanded class, that allows for caching on heavier queries. To start, create a folder in your main web directory called"_cache"...
You\'d probably want to extend it to process all the files in a folder, and you might want to modify the order of the extensions in the sExtensions array, but it\'s a start: Sub ExtendMyName() DimsFileAs String Dim sTest As String ...
Delete(sFile) End Try. Let\'s examine the Finally block a bit closer. What exactly is the point of it? If you read the manual, it basically says that code in the finally block executes after the code in both the Try and Catch runs, ...
GUICtrlSetData(, ). in the correct place. 1a. If not where should it be in the code? 2. I want only one instance of a file open. After I select a file I\'m using WinExist to check if the file is open. ...