If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > SQL Server Cursor location with Delphi DBGrid

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-03, 16:59
Thread77 Thread77 is offline
Registered User
 
Join Date: Apr 2003
Posts: 17
Smile SQL Server Cursor location with Delphi DBGrid

Hello,

I am working on an interface to an SQL Server 7 database. The tables in this database are extremely large and using a Client side cursor on the tables is too slow. I would like to use a server side cursor instead, but the program uses DBGrids thoughout and the delphi DBGrids complain that bookmarking is not available for the server side cursor. Does anyone know of a way around this, or of a DBGrid alternative that would not have this problem? Thanks!
richard
Reply With Quote
  #2 (permalink)  
Old 04-21-04, 20:27
moz moz is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Re: SQL Server Cursor location with Delphi DBGrid

Quote:
Originally posted by Thread77
Hello,

I am working on an interface to an SQL Server 7 database. The tables in this database are extremely large and using a Client side cursor on the tables is too slow. I would like to use a server side cursor instead, but the program uses DBGrids thoughout and the delphi DBGrids complain that bookmarking is not available for the server side cursor. Does anyone know of a way around this, or of a DBGrid alternative that would not have this problem? Thanks!
richard
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On