Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: david_bronsky
Forum: ASP.NET Feb 12th, 2008
Replies: 5
Views: 18,367
Posted By david_bronsky
Use UrlRewriting
Forum: MS SQL Feb 11th, 2008
Replies: 1
Views: 1,460
Posted By david_bronsky
This is the answer

CREATE TRIGGER VEHICLE_TABLE_IUD
ON VEHICLE_TABLE
AFTER INSERT,UPDATE,DELETE
AS
BEGIN
DECLARE @Vehicle varchar(50)

IF EXISTS (SELECT * FROM INSERTED)
Forum: ASP.NET Feb 10th, 2008
Replies: 2
Views: 798
Posted By david_bronsky
I have question about Temporary Web Page.
When I click on link in my web application and redirect to ( for example)
mywebsite.com/12.aspx.
When event OnLoad() fire,I read value 12, which is...
Forum: MS SQL Feb 9th, 2008
Replies: 1
Views: 1,460
Posted By david_bronsky
I have question about TRIGGERS.
I have (4 example) VEHICLE_TABLE with VEHICLE_TYPE column and CAR_TABLE and TRUCK_TABLE also.
I need TRIGGER for INSERT/UPDATE/DELETE who well read value of...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC