system
1
(imported topic written by jdefilip)
I created the relevance for
if
exists
value
"UserID"
of
key
"HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Lis"
of
registry
then
(value
"UserID"
of
key
"HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Source"
of
registry
as
string)
else
“”
I want to take it a step further and display all the keys located under ODBC.INI is this possible?
“HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Lis” of registry then (value “UserID” of key "HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI
system
2
(imported comment written by jdefilip)
This almost works except there are some results that are in an state. The machines that have multiple keys under ODBC.INI
(names
of
it,
it
)
of
key
of
key
“HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI”
of
registry
(imported comment written by BrianPGreen)
Does one of these work?
values “UserID” of keys “HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Lis” of registry
or
(names of it, it) of keys of keys “HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI” of registry