Viewing 2 posts - 1 through 2 (of 2 total)
We use 1099 software whose back end is dBase. Access/Jet aren't going anywhere.
Also, another poster complained about the ease of breaking into the database. That's a feature, not a bug....
November 19, 2019 at 6:35 pm
#3698949
Since constants worked, I gave up the other approach and used a Select statement to generate a bunch of update statements:
select 'update vend set fedid=encryptbykey(Key_GUID(''NewKey''), '''+ rtrim(fedid) + ''') where...
March 30, 2015 at 11:37 am
#1787447