
RDO-->SQL 6.5. GetChunk S1109 error
You need to use server side cursors for the chunk method to function
properly
Quote:
> Can anyone shed any light on why I cannot seem to get the GetChunk
> method to work with my RDO-->SQL 6.5 connection.
> The line of code I have (as per the example in Hitchhiker's Guide to VB
> and SQL) is
> dim original as string
> original = rcStoresReq!ReqDetails.GetChunk(50)
> (where rcStoresReq is the Resultset and ReqDetails is the column name)
> returns the error "S1109, Invalid cursor position"
> What am I doing wrong?