Click here to Skip to main content
16,008,750 members
Home / Discussions / C#
   

C#

 
GeneralRe: DLL security once again... Pin
Pankaj - Joshi30-Nov-07 21:03
Pankaj - Joshi30-Nov-07 21:03 
GeneralRe: DLL security once again... Pin
mav.northwind30-Nov-07 21:33
mav.northwind30-Nov-07 21:33 
GeneralRe: DLL security once again... Pin
Pankaj - Joshi30-Nov-07 21:36
Pankaj - Joshi30-Nov-07 21:36 
Questionfile download problem Pin
Sunil Wise30-Nov-07 18:00
professionalSunil Wise30-Nov-07 18:00 
QuestionCreate Relationship Line Pin
Avaneet Kumar30-Nov-07 17:40
Avaneet Kumar30-Nov-07 17:40 
AnswerRe: Create Relationship Line Pin
Christian Graus30-Nov-07 18:42
protectorChristian Graus30-Nov-07 18:42 
QuestionHow to use trigger in C#.NET using SQL Server 2000 Pin
D i x y30-Nov-07 17:23
D i x y30-Nov-07 17:23 
AnswerRe: How to use trigger in C#.NET using SQL Server 2000 Pin
Mustafa Ismail Mustafa30-Nov-07 21:57
Mustafa Ismail Mustafa30-Nov-07 21:57 
These are 2 completely different paradigms. Database triggers are implemented purely as SQL statements on the database. C# "triggers" would be events and again these are in the realm of C# and C# applications/libraries alone. Mixing the two would only work on the downstream by triggering an event in your C# application that would perform a certain task/ call a certain procedure on the DB (C# -> DB).

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

"There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib

"Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

Questionhave tool for transfer code? Pin
lockepeak30-Nov-07 15:29
lockepeak30-Nov-07 15:29 
AnswerRe: have tool for transfer code? Pin
Christian Graus30-Nov-07 18:42
protectorChristian Graus30-Nov-07 18:42 
AnswerRe: have tool for transfer code? Pin
Giorgi Dalakishvili30-Nov-07 22:49
mentorGiorgi Dalakishvili30-Nov-07 22:49 
AnswerRe: have tool for transfer code? Pin
Dave Doknjas1-Dec-07 15:50
Dave Doknjas1-Dec-07 15:50 
QuestionBioinformatics / DNA / Protein analysis - in C# Pin
mg123430-Nov-07 14:51
mg123430-Nov-07 14:51 
AnswerRe: Bioinformatics / DNA / Protein analysis - in C# Pin
Paul Conrad30-Nov-07 15:18
professionalPaul Conrad30-Nov-07 15:18 
GeneralRe: Bioinformatics / DNA / Protein analysis - in C# Pin
mg123430-Nov-07 19:17
mg123430-Nov-07 19:17 
Question[Message Deleted] Pin
gubba30-Nov-07 13:44
gubba30-Nov-07 13:44 
AnswerRe: setting timer Pin
Christian Graus30-Nov-07 15:00
protectorChristian Graus30-Nov-07 15:00 
General[Message Deleted] Pin
gubba30-Nov-07 15:15
gubba30-Nov-07 15:15 
GeneralRe: setting timer Pin
Paul Conrad30-Nov-07 15:19
professionalPaul Conrad30-Nov-07 15:19 
QuestionChanging MDB Tool Generated Dataset Source Pin
Reanalyse30-Nov-07 12:55
Reanalyse30-Nov-07 12:55 
QuestionQuestion about Base64 code example Pin
CCMint30-Nov-07 12:50
CCMint30-Nov-07 12:50 
QuestionLooks like database connection is giving an error that the object is null Pin
T4AMD30-Nov-07 11:04
T4AMD30-Nov-07 11:04 
AnswerRe: Looks like database connection is giving an error that the object is null Pin
Ian Shlasko30-Nov-07 11:12
Ian Shlasko30-Nov-07 11:12 
GeneralRe: Looks like database connection is giving an error that the object is null Pin
T4AMD30-Nov-07 11:39
T4AMD30-Nov-07 11:39 
GeneralRe: Looks like database connection is giving an error that the object is null Pin
Pete O'Hanlon30-Nov-07 11:50
mvePete O'Hanlon30-Nov-07 11:50 

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.