×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi,
I am still having problems with my SQLCLI program.... No replies for my
last post.... Surely some technical guru here should know what I'm doing
wrong!...
The program in question is here:
http://totspics.com/sqlcli.txt
To see the problem:
**Compile, Run in Debug with a breakpoint on the first
SQLFetchScroll()
**When the program stops at the breakpoint, check the value of the
array w_RowStsArray . This will have 100 elements, all of value '11111'
(as initialised)
**Step over the SQLFetchScroll, and check the value of array
w_RowStsArray again. This time, elements 95, and 96 will be corrupted.
w_RowStsArray is not used anywhere in the program, yet is been corrupted.
As it stands, In the actual program, (which this is based on) I have to
fetch records from the remote server 1 record at a time, which is very
slow, and the '.net people' in the office are begging to take the 'P'!
Help me save face!....Anyone!
Many thanks in advance, to anyone able to offer any suggestions.
Tony Weston
Senior Analyst/Programmer - IT Systems
As an Amazon Associate we earn from qualifying purchases.