update users set seclevel=99 where loginname LIKE "apam";
Should read:
update users set sec_level=99 where loginname LIKE "apam";
Might also want to include a note about issuing an ".open users.sq3" first, or sqlite3 won't be able to find the "users" table. :)
Al wrote to Blue White <=-
update users set seclevel=99 where loginname LIKE "apam";
Should read:
update users set sec_level=99 where loginname LIKE "apam";
Ah, good catch. I've tried adjusting sec_level with no success. I don't remember why it failed but I'll try again with sec_level.
Might also want to include a note about issuing an ".open users.sq3" first, or sqlite3 won't be able to find the "users" table. :)
That might be part of my problem too.. thanks for the update.. :)
sec_level has an underscore in it.
Might also want to include a note about issuing an ".open users.sq3" first, or sqlite3 won't be able to find the "users" table. :)
Hope you are enjoying your trip!
apam wrote to Blue White <=-
Might also want to include a note about issuing an ".open users.sq3" first, or sqlite3 won't be able to find the "users" table. :)
That's only necessary if you don't open it from the command line. Ie sqlite3 users.sq3 rather than just sqlite3. At any rate I hope to have
a utility for seclevels soon.
Hope you are enjoying your trip!
Yep thanks spent today in Adelaide with sister nephew and mum. Tomorrow going to mum's house which is about 4 and a half hour drive.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 91 |
Nodes: | 16 (0 / 16) |
Uptime: | 11:30:11 |
Calls: | 5,240 |
Calls today: | 4 |
Files: | 8,493 |
D/L today: |
250 files (243M bytes) |
Messages: | 354,312 |
Posted today: | 1 |