AZ Guest
|
Posted: Mon Jul 21, 2003 2:52 pm Post subject: Update! |
|
|
D6 Ent. UP2, DBGo MSAccess 2000, TSocketConnection
We have something like below:
SELECT a.*, b.Field1, b.Feild2,
c.Field1, c.Field2
FROM Table1 a, Table2 b, Table 3 c
WHERE a.Field1 =:TheValue
and a.Field3=b.Field1 And a.Field3=c.Field1;
how do we set the Provider flags on the server side so updates should be
possible. Updates to all 3 tables.
regards
|
|