Home > database >  64 - bit pb8 WIN2008 read registry file
64 - bit pb8 WIN2008 read registry file

Time:09-17

PB WIN2008R2 8 + 64 - bit
String ls_valuelist []
The integer li_return
Li_return=RegistryValues (" HKEY_LOCAL_MACHINE \ Software \ Microsoft \ MSSQLServer \ Client \ ConnectTo ", ls_valuelist)


The registry in
WIN2008 DBMSSOCN 192.168.10.238, "1433"
WUXI - ERP - SERVER "DBMSSOCN 192.168.10.230, 1433"
Have 2 project,
But only when running into a

Ls_valuelist [1]="WUXI - ERP - SERVER"

What is the problem,,, should is to take to 2,,, no problem under XP

CodePudding user response:

Use RegistryGet one by one, there is no problem
  • Related