Q to dev.: Why OpenSQL errors are not handled with On Error?
Posted: Tue Jun 17, 2008 10:33 am
Please developers, this is really annoying.
The Music Manager for Serious Collectors
http://www.mediamonkey.com/forum/
I think that you didn't understand me. This is exactly what I want - to handle all VBScript errors by myself. For example:trixmoto wrote:You can easily do this yourself in the script. In fact it's better if you do it yourself because you built the SQL so you know what it's doing and can therefore display a more helpful error message.
Code: Select all
On Error Resume Next
Set oIter = SDB.Database.OpenSQL("SELEC")
Actually, it is same behavior in MM2, as in MM3.trixmoto wrote:Oh, I thought I'd done this before without any problems. Maybe that was in MM2 and I've not re-tested in MM3 yet.