vb6.0

  1. S

    Question converted code not working; Vb6.0 to VB.Net

    Hi, I need to convert some vb 6.0 code into vb.net. If code looks like If adoRS("ENABLE") = 1 Then If adoRS("STOCK_Available") = 1 Then ...... If I write the same code in VB.Net with the help of Dataset; like If objDs.Tables(0).Columns("ENABLE") = 1 Then .... End If it gives me...
Back
Top