Hi VB experts
I have one problem while connecting database . when i run my form it shows the error BOF or EOF record error. but i entered data in database.
I used the condition
Do until rs.EoF=true
is it correct or wrong?
what i do for this problem? any one help me please?
I have one problem while connecting database . when i run my form it shows the error BOF or EOF record error. but i entered data in database.
I used the condition
Do until rs.EoF=true
is it correct or wrong?
what i do for this problem? any one help me please?
Comment