Hello,
I have 3 records in my sql file. When i use cursor1.position = 0 i can get the values from fields of record 1 but when i use cursor1.position = 1 i can not get the values of fields of record 2. it gives outofbounds error. What is the problem with my code any ideas ?
TY
I have 3 records in my sql file. When i use cursor1.position = 0 i can get the values from fields of record 1 but when i use cursor1.position = 1 i can not get the values of fields of record 2. it gives outofbounds error. What is the problem with my code any ideas ?
TY