Click to See Complete Forum and Search --> : ADO & Oracle


Doda
October 13th, 2000, 03:41 AM
Hello,
I've a strength problem with my access to my oreacle-database ( operating system is WinNt 4 SP. 5). I open my database via ADO and get my recordsets with the "->moveNext"-command. When I'll step back to the previous recordset, I use "->movePrevious". The begin and the end of the database I catched up with "isEOF" and "isBOF". On my computer it works fine but when I let run my application on anotherone, it terminates when the "movePrevious"-command is executed, although both computers are quite similar and the applications are compiled on the using computers.
Is there a problem known with the "movePrevious"-command. Please let me know some suggestions to solve my problem

Thanks in advance
Thomas

KYG
October 19th, 2000, 09:42 AM
I've had similar problems till I installed SP4 for VS6.

dfwade
October 19th, 2000, 10:32 AM
you might want to check your cursor type and location. If you use the defaults Oracle will generate a read only non scrollable recordset. Set your location to adUseClient and your cursor type to AdOpenStatic

TANSTAAFL - There ain't no such thing as a free lunch