i'm trying to read through a microsoft access database table
with a certain key ie:
tab:name = '1'
set(namekey,namekey)
loop
next(nametable)
if errorcode() = 33
break
end
etc.........
end
the reponse i get imediately returns a error 33 without reading any records.
if you just set(nametable) it reads the records.
very confusing.
with a certain key ie:
tab:name = '1'
set(namekey,namekey)
loop
next(nametable)
if errorcode() = 33
break
end
etc.........
end
the reponse i get imediately returns a error 33 without reading any records.
if you just set(nametable) it reads the records.
very confusing.