Hi, When I'm using ODBC SQLFetch method in my code it retrieves data using database cursor. In fact it calls sp_opencursor in DB. Is it possible to retrieve data without using cursor? What is the fastest way to fetch data? I'm afraid of using cursor because of the performance. Do you have any suggestion? (I'm using SQL Server 2000). Regards, Radek