Home > Software engineering >  In the vb how from the ADODB library. You traverse the query to the information from the table
In the vb how from the ADODB library. You traverse the query to the information from the table

Time:09-19

24 px] [size=to get the ADODB library. I want to do after you such a logic
String a;
For (int I=0, i<10, i++) {
If (item (I)!={strState)
{if (strCountry="CH")
A="kk";
} else {
A="";
}
} else {
A="";
}
}

With vb to achieve

CodePudding user response:

The great god help!!!!!!!!!!!

CodePudding user response:

Say you want to do, it is difficult to figure out what you need from your code,

CodePudding user response:

 Option Explicit 

Dim As a String
Dim I %
For I=0 To 10
If the Item (I) & lt;> StrState Then
If strCountry="CH" Then
A="kk"
The Else
A=""
End the If
The Else
A=""
End the If
Next
  • Related