What steps will reproduce the problem?
1.is it possible to get the row with out field name?
+-----------+------------+
| City name | Population |
+-----------+------------+
| Brisbane | 1857594 |
| Darwin | 120900 |
| Hobart | 205556 |
| Sydney | 4336374 |
+-----------+------------+
if i select the 1 row it has to show only second row as output without field
names?
print Tablename.getstring(1)
o/p:
| Brisbane | 1857594 |
Original issue reported on code.google.com by murali12...@gmail.com on 12 Dec 2013 at 9:24
Original issue reported on code.google.com by
murali12...@gmail.com
on 12 Dec 2013 at 9:24