Click here to Skip to main content
15,924,036 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Calling a known method in a form object [modified] Pin
Luc Pattyn5-Dec-08 1:49
sitebuilderLuc Pattyn5-Dec-08 1:49 
GeneralRe: Calling a known method in a form object Pin
Dave Kreskowiak5-Dec-08 4:40
mveDave Kreskowiak5-Dec-08 4:40 
GeneralRe: Calling a known method in a form object Pin
Luc Pattyn5-Dec-08 5:08
sitebuilderLuc Pattyn5-Dec-08 5:08 
GeneralRe: Calling a known method in a form object Pin
Dave Kreskowiak5-Dec-08 7:58
mveDave Kreskowiak5-Dec-08 7:58 
QuestionHow many Triggers Pin
indian1434-Dec-08 23:25
indian1434-Dec-08 23:25 
AnswerRe: How many Triggers Pin
tonybluenile5-Dec-08 0:04
tonybluenile5-Dec-08 0:04 
GeneralRe: How many Triggers Pin
indian1435-Dec-08 0:58
indian1435-Dec-08 0:58 
GeneralRe: How many Triggers Pin
Jon_Boy5-Dec-08 3:31
Jon_Boy5-Dec-08 3:31 
Hey Aleem,

I'm not sure what your design specifications and intentions are on this project, but you should try and avoid excessive use of triggers. If you need to perform a bunch of actions before and after inserts (whether it is inserts into other tables, data checks, jobs, etc), you should probably use a stored procedure.

Depending on how you want these actions to occur, you can have transactional logic so that all the changes occur or nothing gets committed. Just from reading your question, I would go this way instead of using multiple triggers.....which could drastically slow down performance - esp. if you start doing this with multiple tables.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

AnswerRe: How many Triggers Pin
Mycroft Holmes5-Dec-08 14:43
professionalMycroft Holmes5-Dec-08 14:43 
GeneralRe: How many Triggers Pin
Jon_Boy12-Dec-08 1:44
Jon_Boy12-Dec-08 1:44 
QuestionVB.NET Saving object properties Pin
User 54091904-Dec-08 16:06
User 54091904-Dec-08 16:06 
AnswerRe: VB.NET Saving object properties Pin
Christian Graus4-Dec-08 16:21
protectorChristian Graus4-Dec-08 16:21 
AnswerRe: VB.NET Saving object properties Pin
CodingYoshi4-Dec-08 17:35
CodingYoshi4-Dec-08 17:35 
AnswerRe: VB.NET Saving object properties Pin
Mycroft Holmes4-Dec-08 21:07
professionalMycroft Holmes4-Dec-08 21:07 
AnswerRe: VB.NET Saving object properties Pin
Dan Suthar5-Dec-08 20:01
professionalDan Suthar5-Dec-08 20:01 
QuestionHow to tell a char/text is ascii or unicode? Pin
Ma tju4-Dec-08 15:48
Ma tju4-Dec-08 15:48 
AnswerRe: How to tell a char/text is ascii or unicode? Pin
Christian Graus4-Dec-08 16:01
protectorChristian Graus4-Dec-08 16:01 
QuestionCollection sort question Pin
EliottA4-Dec-08 3:22
EliottA4-Dec-08 3:22 
AnswerRe: Collection sort question Pin
dan!sh 4-Dec-08 4:28
professional dan!sh 4-Dec-08 4:28 
AnswerRe: Collection sort question Pin
Ben Fair4-Dec-08 4:29
Ben Fair4-Dec-08 4:29 
GeneralRe: Collection sort question Pin
EliottA4-Dec-08 5:11
EliottA4-Dec-08 5:11 
AnswerRe: Collection sort question Pin
Jay Royall4-Dec-08 4:51
Jay Royall4-Dec-08 4:51 
AnswerRe: Collection sort question Pin
Jon_Boy5-Dec-08 3:37
Jon_Boy5-Dec-08 3:37 
GeneralRe: Collection sort question Pin
EliottA5-Dec-08 4:32
EliottA5-Dec-08 4:32 
QuestionTakin pictures with webcam in full size... Pin
Matjaz-xyz4-Dec-08 3:20
Matjaz-xyz4-Dec-08 3:20 

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.