this is my code.. In my code i have succesful get table column name. But i want the first table column name showing not all. Thanks'
rs.Open(strSQL, adcLEDGER, ADODB.CursorTypeEnum.adOpenKeyset, ADODB.LockTypeEnum.adLockPessimistic)
Flds = adrCURR.Fields
TotalCount = Flds.Count
For Each fld In Flds
MsgBox(fld.Name)
Next