I am developing something in VB and reading off a SQL Server. I have a loop
in the program where it pulls in records from the Server and reads it until
EOF. For some reason, it would randomly put itself in an endless loop.
I have checked the cursor type, but still haven't figured it out. It only
happens on occasions and the records are not corrupted. What could be some
possiblities for this problem. Thanks.
Mark
03-23-2001, 03:41 PM
Aleksandr
Re: Endless Loop
Is the code too long to post it?
I think there's a conditional statement that causes your problem, but without
code, it's just a guess.
Aleksandr
"Mark" <mthead28@hotmail.com> wrote:
>
>Hi,
>
>I am developing something in VB and reading off a SQL Server. I have a
loop
>in the program where it pulls in records from the Server and reads it until
>EOF. For some reason, it would randomly put itself in an endless loop.
>I have checked the cursor type, but still haven't figured it out. It only
>happens on occasions and the records are not corrupted. What could be some
>possiblities for this problem. Thanks.
>
>Mark
>