Ok, I got a little further, but my original question still stands about using a SQL UPDATE command.
I changed my SQL statement to this:
UPDATE [planetpress] SET [dateprinted] = '%m%d%y' WHERE [vendor_number] = '%2'
Evidently the DB plugin likes job info variables a little better than direct data references.
The statement works, it updates the proper table and column but it returns this error:
W3612 : Error running SQL: CommandText does not return a result set
So I'm thinking the DB plugin is designed to return results to PlanetPress vs. push data out to databases. It would be nice though, to have all the SQL commands available through the dynamic SQL tab and not have it return an error.
Am I still doing something wrong with syntax?
Thanks,
-nth-