EdHubbard
4th February 2005, 18:04
I would be grateful if somebody out there could help me with a bit of SQL to do the actual copying of the user defaults in table from one user to another.
I have the bare bones of the session ready but when I come to actually writing the select statement I am at a loss.
I have defined my user.f and user.t form variables as externs.....
db.retry.point()
select ttadv990.*
from ttadv990 for update
where ttadv990._compnr = 000
and ttadv990.user = :user.f
Thanks
I have the bare bones of the session ready but when I come to actually writing the select statement I am at a loss.
I have defined my user.f and user.t form variables as externs.....
db.retry.point()
select ttadv990.*
from ttadv990 for update
where ttadv990._compnr = 000
and ttadv990.user = :user.f
Thanks