Forum: C# Nov 2nd, 2009 |
| Replies: 5 Views: 558 You don't directly use triggers in a C# app. If you have a trigger on update for the Student table it will be triggered when you send an update statement from your code. If you want the db to do jobs... |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 382 Use double ampersands && in your if statement. |