Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLFetchScroll versus SQLGetData

Status
Not open for further replies.

pixieshoes

Programmer
Dec 11, 2000
2
GB
As an ODBC novice I need to retrieve more than one row at a time from a database. What are the pro's and con's of the following;

1. Calling SQLFetch with a block cursor and then calling SQLGetData
2. Using SQLFetchScroll

Any replies much appreciated. I've been using the MSDN documentation so far - any there any other recommended sources for learning??

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top