i have a Employee Database table in SQL 2000 with empnm and empid. how can we access empid on a loop from database like vb 6.
do until rs.eof combo1.additem empnm combo1.itemdata(combo1.newindex)=empid rs.movenext loop
i have a Employee Database table in SQL 2000 with empnm and empid. how can we access empid on a loop from database like vb 6.
do until rs.eof combo1.additem empnm combo1.itemdata(combo1.newindex)=empid rs.movenext loop