Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
GeneralRe: Can drop temptable from different server? Pin
Blue_Boy7-Oct-10 20:32
Blue_Boy7-Oct-10 20:32 
GeneralRe: Can drop temptable from different server? Pin
Eddy Vluggen8-Oct-10 7:59
professionalEddy Vluggen8-Oct-10 7:59 
QuestionAccess database modified date and time Pin
Sakhalean6-Oct-10 19:57
Sakhalean6-Oct-10 19:57 
AnswerRe: Access database modified date and time Pin
Pete O'Hanlon6-Oct-10 22:02
mvePete O'Hanlon6-Oct-10 22:02 
GeneralRe: Access database modified date and time Pin
Sakhalean6-Oct-10 23:07
Sakhalean6-Oct-10 23:07 
GeneralRe: Access database modified date and time Pin
Pete O'Hanlon6-Oct-10 23:31
mvePete O'Hanlon6-Oct-10 23:31 
AnswerRe: Access database modified date and time Pin
David Skelly6-Oct-10 22:21
David Skelly6-Oct-10 22:21 
AnswerRe: Access database modified date and time Pin
Mycroft Holmes7-Oct-10 0:44
professionalMycroft Holmes7-Oct-10 0:44 
I'm not sure how you would get table modifications, however getting RECORD modifications is a VERY simple excercise, you do have a number of options. ALL of them require additional columns/fields to be added to the tables you want to monitor.

We monitor all tables so we have a Modified and ModifiedBy on all tables.

Add a timestamp field to the table and trigger it every time a record is saved, I think you can trigger this in access, not sure anymore.

From your UI pass in the userid and datetime whenever you write back to the database.

In your update/insert query automatically gather the current user and the datetime and add then to the update/save
Never underestimate the power of human stupidity
RAH

QuestionHow can I add the data found from one table to another? Pin
djhankypark6-Oct-10 6:19
djhankypark6-Oct-10 6:19 
AnswerRe: How can I add the data found from one table to another? Pin
PIEBALDconsult6-Oct-10 14:59
mvePIEBALDconsult6-Oct-10 14:59 
AnswerRe: How can I add the data found from one table to another? Pin
Pete O'Hanlon6-Oct-10 21:57
mvePete O'Hanlon6-Oct-10 21:57 
GeneralRe: How can I add the data found from one table to another? Pin
djhankypark7-Oct-10 2:28
djhankypark7-Oct-10 2:28 
GeneralRe: How can I add the data found from one table to another? Pin
Pete O'Hanlon7-Oct-10 2:34
mvePete O'Hanlon7-Oct-10 2:34 
QuestionSuggestion for any Good eBook for Oracle 11g [For Programming] Pin
εїзεїзεїз5-Oct-10 23:26
εїзεїзεїз5-Oct-10 23:26 
AnswerRe: Suggestion for any Good eBook for Oracle 11g Pin
Pete O'Hanlon6-Oct-10 0:06
mvePete O'Hanlon6-Oct-10 0:06 
GeneralRe: Suggestion for any Good eBook for Oracle 11g Pin
εїзεїзεїз6-Oct-10 0:32
εїзεїзεїз6-Oct-10 0:32 
GeneralRe: Suggestion for any Good eBook for Oracle 11g Pin
Pete O'Hanlon6-Oct-10 3:44
mvePete O'Hanlon6-Oct-10 3:44 
AnswerRe: Suggestion for any Good eBook for Oracle 11g [For Programming] Pin
Mycroft Holmes6-Oct-10 1:46
professionalMycroft Holmes6-Oct-10 1:46 
GeneralRe: Suggestion for any Good eBook for Oracle 11g [For Programming] Pin
εїзεїзεїз6-Oct-10 1:58
εїзεїзεїз6-Oct-10 1:58 
Questionxml in sql 2005 Pin
WhiteGirl235-Oct-10 21:39
WhiteGirl235-Oct-10 21:39 
QuestionA very Good artical on Query optimization techniques SQL server database Pin
ptr_Electron5-Oct-10 19:16
ptr_Electron5-Oct-10 19:16 
AnswerRe: A very Good artical on Query optimization techniques SQL server database Pin
Blue_Boy5-Oct-10 21:24
Blue_Boy5-Oct-10 21:24 
AnswerRe: A very Good artical on Query optimization techniques SQL server database Pin
David Mujica6-Oct-10 3:31
David Mujica6-Oct-10 3:31 
AnswerRe: A very Good artical on Query optimization techniques SQL server database Pin
Luc Pattyn6-Oct-10 3:41
sitebuilderLuc Pattyn6-Oct-10 3:41 
GeneralRe: A very Good artical on Query optimization techniques SQL server database Pin
ptr_Electron6-Oct-10 3:53
ptr_Electron6-Oct-10 3:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.