This is another query concerning converting my app to multi-user.
I am using VFP 6 build 8492 (SP 3?).

How do you ensure update integrity in *hybrid* xBASE/SQL code?

In xBASE, I know more or how to handle the locking, but I do not
know how to do it in SQL. Is it just begin/end transaction? How do
xBASE and SQL commands interact? Pointers to the docs or even better
to Hacker's 3 or Hacker's 6 would be quite appreciated.

I think that I would prefer to avoid using a .dbc if I can. Is
this viable? If not, how does one send a complete set of data to
another (as when I have to debug a situation)?

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.

Re: SQL and Record Locking by Gene

Gene
Tue Jul 29 06:22:39 CDT 2003

SQL uses Begin Transaction/ End Transaction/ Rollback Transaction

You have been around here a while so I am sure you already no about
the Client Server/ Hacker's Guide books at http://www.hentzenwerke.com/

For VFP Transactions are supported only for tables in a database

There realy isn't any Interaction between using SQL functions for
SQL and VFP commands, they are used like any other function
returning some kind of result back to VFP.

hth....

"Gene Wirchenko" <genew@mail.ocis.net> wrote in message
news:3f25ff3b.1568408@news.ocis.net...
> This is another query concerning converting my app to multi-user.
> I am using VFP 6 build 8492 (SP 3?).
>
> How do you ensure update integrity in *hybrid* xBASE/SQL code?
>
> In xBASE, I know more or how to handle the locking, but I do not
> know how to do it in SQL. Is it just begin/end transaction? How do
> xBASE and SQL commands interact? Pointers to the docs or even better
> to Hacker's 3 or Hacker's 6 would be quite appreciated.
>
> I think that I would prefer to avoid using a .dbc if I can. Is
> this viable? If not, how does one send a complete set of data to
> another (as when I have to debug a situation)?
>
> Sincerely,
>
> Gene Wirchenko
>
> Computerese Irregular Verb Conjugation:
> I have preferences.
> You have biases.
> He/She has prejudices.