Re: Triggers for access row
From: Wanda Li (wandali_at_rogers.com)
Date: 12/02/04
- Next message: Pedrito Portugal: "Return messages of SQL from VB"
- Previous message: Matti: "Re: return values from store in VB"
- In reply to: Rajesh Patel: "Re: Triggers for access row"
- Next in thread: Alejandro Mesa: "RE: Triggers for access row"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 02 Dec 2004 05:55:16 -0800
Thanks for your response, however, your suggestions don't fit my
currently situation:
1. I have an application which opens the database with just one login
name, meaning it will open up the database anyway, but then the
application will then check the user's input user name and password with
the User table (tblUser, created by me). That is to say, even you have
"Insert" or "Update" triggers, the user will be the same all the time.
It doesn't help...
2. Even I create extra columns in the tblUser table, it doesn't work
either. As I have to modify the "last use" field through coding in my
application, which is something I can't do, as all applications are live
now, I can't change all single application, with the fact that I have
more than 20 applications using this approach...
So, what would be the best way to do, the only thing I can think of for
now is, the application will read the tblUser table, that's why I am
thinking of is there a way to create a trigger for "SELECT"? PLEASE HELP
Thanks in advance. Any suggestion would be greatly appreciated.
Wanda
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Pedrito Portugal: "Return messages of SQL from VB"
- Previous message: Matti: "Re: return values from store in VB"
- In reply to: Rajesh Patel: "Re: Triggers for access row"
- Next in thread: Alejandro Mesa: "RE: Triggers for access row"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|