N
Nitromuse
Between me and the data adapter wizard we can't seem to
get the UPDATE command right ..
UPDATE Emp
SET Allow = ?, EmpNo = ?, First = ?
WHERE (Allow = '?') AND (EmpNo = '?') AND (First
= '?')
I want to be able to update all the columns eventually !
Whatz wrong with this mess ??
Thanx for the help,
get the UPDATE command right ..
UPDATE Emp
SET Allow = ?, EmpNo = ?, First = ?
WHERE (Allow = '?') AND (EmpNo = '?') AND (First
= '?')
I want to be able to update all the columns eventually !
Whatz wrong with this mess ??
Thanx for the help,