Steve,

I'm far from an expert, but I think this depends on wether your using 
disconnected record sets or not. In fact, I don't know if you can do 
it any other way in a client server environment. The only reason I 
think you might be able to is because mySql supports ADO.

Other wise, I think the record set is manipulated on the client and 
updated to the server. My only experience is to load the record set 
to an array and do updates or inserts as needed. Working through the 
array would replace cursors.

Ben Petersen



On 9 Sep 2004 at 15:27, J. Stephen Wills wrote:

> 
> Don't know why this struck me, but, let's say we have a multi-user 
> environment and that we will use cursors within our application(s). 
> IOW, any N users could have N cursors active in the database.
> 
> Now, what would be the issues related to an RBase-type DBMS, i.e. not 
> truly client-server versus those related to a true client-server 
> DBMS, such as DB2, Oracle, SQL Server, ETC.
> 
> I guess specifically, in a true client-server DBMS, does the SERVER 
> manage ALL active cursors as opposed to RBase, where (if my thinking 
> is valid) cursors are managed within each client-user's own 
> "workspace", i.e. on their own PC ...
> 
> 
> Too many free clock ticks,
> Steve in Memphis

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [EMAIL PROTECTED]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: 
Send a plain text email to [EMAIL PROTECTED]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [EMAIL PROTECTED]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, 
place any 
text to search for.
================================================

Reply via email to