Jump to content
Server Maintenance This Week. ×

This topic is 7748 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Agreed... I have been reading it this week, too. Some may be turned off by some of the more theoretical aspect of relational database concepts... but you can skip past it if you just want the practical stuff.

I think they were a bit sloppy on the CD-ROM; and some of the statements in the book are a bit out of sync. But I have seen a *lot* worse.

I am using their security system of Chapter 7... would have taken me weeks to figure out all that... took a day with their book. But the code on disk actually has some slop in it (like an Allow User Abort [on] instead of [off]). I'll be posting an improved version of their code to the Samples File... but if you want to understand it or adapt it to your solution, you'll definitely want the book. There's a lot that needs explaining.

Their audit trail stuff is pretty good (I like mine better... spoken like a true programmer... ;^), but they take it all the way to rollback capabilities... most treatments stop at simple lookups.

I just bought the book for the security stuff... but after reading chapters 1-7, I'll definitely be reading the rest of the book soon.

FWIW.

Link to comment
Share on other sites

  • 4 months later...

Actually the theoretical stuff was some of the most interesting material for me. I did note a problem with the audit trail stuff as presented. It doesn't work quite right if you follow the procedures in the book, but works fine on the sample files from the CD. I corresponded with the author and found a fix. The problem is that the "old value" is not updated in the audit log. To fix the problem, duplicate the Audit_Existing Lookup field, and change the references in Audit_Current Text to the new field.

Thanks to the author for setting me straight.

Link to comment
Share on other sites

This topic is 7748 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.