queryRegistry changes in 3.5?
Posted: Fri Jul 31, 2009 9:20 am
QUESTION 1 of 2:
Why in version 2.8.1, the statement:
put queryRegistry("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom\AutoRun","dword") into tautorun
executes just fine, but in version 3.5 the statement does not execute and gives the following error text:
execution error at line 2271 (), char 3
Has my 2nd parameter of "dword" been in error all along and is now just getting caught in my new rev version of 3.5?
QUESTION 2 of 2:
In 3.5, it seems that the error text is somewhat sparse vs. what I am used to when using 2.8.1. Is this true? What am I missing? It seems that 2.8.1 was a bit more verbose in giving information about a statement that blew up...it would give more information that would attempt to explain the specific problem the engine encountered when trying to execute the statement.
Thanks!
Why in version 2.8.1, the statement:
put queryRegistry("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom\AutoRun","dword") into tautorun
executes just fine, but in version 3.5 the statement does not execute and gives the following error text:
execution error at line 2271 (), char 3
Has my 2nd parameter of "dword" been in error all along and is now just getting caught in my new rev version of 3.5?
QUESTION 2 of 2:
In 3.5, it seems that the error text is somewhat sparse vs. what I am used to when using 2.8.1. Is this true? What am I missing? It seems that 2.8.1 was a bit more verbose in giving information about a statement that blew up...it would give more information that would attempt to explain the specific problem the engine encountered when trying to execute the statement.
Thanks!