Click here to Skip to main content
15,917,177 members
Home / Discussions / Database
   

Database

 
GeneralRe: How does sql parameters work? Pin
Genbox7-Nov-06 7:47
Genbox7-Nov-06 7:47 
GeneralRe: How does sql parameters work? Pin
Paul Conrad7-Nov-06 7:47
professionalPaul Conrad7-Nov-06 7:47 
GeneralRe: How does sql parameters work? Pin
Paul Conrad7-Nov-06 7:47
professionalPaul Conrad7-Nov-06 7:47 
GeneralRe: How does sql parameters work? Pin
Genbox7-Nov-06 7:51
Genbox7-Nov-06 7:51 
GeneralRe: How does sql parameters work? Pin
Paul Conrad7-Nov-06 8:12
professionalPaul Conrad7-Nov-06 8:12 
QuestionStrategies for auditing table records Pin
Keith Andersch7-Nov-06 5:30
Keith Andersch7-Nov-06 5:30 
AnswerRe: Strategies for auditing table records Pin
Paul Conrad7-Nov-06 7:03
professionalPaul Conrad7-Nov-06 7:03 
AnswerRe: Strategies for auditing table records Pin
Scott Serl7-Nov-06 9:55
Scott Serl7-Nov-06 9:55 
I have seen and used that strategy in many projects and it generally works well. On projects that require closer auditing, I use triggers to log changes to another database. That way, even admins changes through queries are logged. The data generated by this method is heavily taxing on database resources and may not scale well to very high transaction volumes (only load tests can show the truth).

Scott
GeneralRe: Strategies for auditing table records Pin
Paul Conrad7-Nov-06 12:37
professionalPaul Conrad7-Nov-06 12:37 
QuestionADO.NET --- sqlclient Pin
vasini7-Nov-06 5:21
vasini7-Nov-06 5:21 
AnswerRe: ADO.NET --- sqlclient Pin
Parwej Ahamad7-Nov-06 5:37
professionalParwej Ahamad7-Nov-06 5:37 
GeneralRe: ADO.NET --- sqlclient Pin
vasini7-Nov-06 8:56
vasini7-Nov-06 8:56 
GeneralRe: ADO.NET --- sqlclient Pin
Michael P Butler7-Nov-06 9:45
Michael P Butler7-Nov-06 9:45 
GeneralRe: ADO.NET --- sqlclient Pin
Parwej Ahamad7-Nov-06 15:57
professionalParwej Ahamad7-Nov-06 15:57 
AnswerRe: ADO.NET --- sqlclient Pin
André Ziegler7-Nov-06 11:25
André Ziegler7-Nov-06 11:25 
Questionhow to write string to MS access database through DAO? Pin
bloodwinner7-Nov-06 4:43
bloodwinner7-Nov-06 4:43 
AnswerRe: how to write string to MS access database through DAO? Pin
led mike7-Nov-06 5:00
led mike7-Nov-06 5:00 
QuestionInserting large records in SQL server Pin
Imtiaz Murtaza7-Nov-06 4:06
Imtiaz Murtaza7-Nov-06 4:06 
AnswerRe: Inserting large records in SQL server Pin
vbkenya7-Nov-06 4:44
vbkenya7-Nov-06 4:44 
QuestionCreate Table Pin
ONeil Tomlinson7-Nov-06 3:25
ONeil Tomlinson7-Nov-06 3:25 
AnswerRe: Create Table Pin
vbkenya7-Nov-06 4:23
vbkenya7-Nov-06 4:23 
AnswerRe: Create Table Pin
PavanPareta7-Nov-06 21:55
PavanPareta7-Nov-06 21:55 
QuestionHow to have post Remainders?? Pin
Dileep.M7-Nov-06 2:48
Dileep.M7-Nov-06 2:48 
AnswerRe: How to have post Remainders?? Pin
Michael Potter7-Nov-06 5:38
Michael Potter7-Nov-06 5:38 
Questionneed help with MFC access to DAO database problem Pin
bloodwinner7-Nov-06 2:30
bloodwinner7-Nov-06 2:30 

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.