Home > database >  Help translate the following VB code into PB
Help translate the following VB code into PB

Time:09-25

Create objects, ILoninfoForInformation OperatorDb
(suggest that defined the object as a global object, so as to lower the number of connecting to the database)
//create the object
Dim obj As New ILoninfoForInformation. OperatorDb
//set the server IP, when this program is running in server, this property can be set up without
Obj. WebServerIp="192.168.1.100"

CodePudding user response:

ILoninfoForInformation. OperatorDb

What is a

CodePudding user response:

It feels like structure, or OLE

CodePudding user response:

Dim obj As New ILoninfoForInformation. OperatorDb
Dim obj As New... 'so that the object must be
  • Related