Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using these this fields...
SQL
vesselc	nvarchar(20)	
workScope_id bigint,	
asset_id bigint,	
proj_id	bigint,
workScope_date	datetime,	
workScope_no	nvarchar(50),	
workScope_activityNo	nvarchar(20),	
workScope_plannedStart_date	datetime,	
workScope_actualStart_date	datetime,	
workScope_plannedFinish_date	datetime,	
workScope_actualFinish_date	datetime,	
workScope_Location	nvarchar(100),	
workScope_ActivityTitle	nvarchar(MAX),	
workScope_Completion	nvarchar(100),	
workScope_status	nvarchar(50),	
workScope_createdby	nvarchar(30),	
workScope_createddate	datetime,	
workScope_updatedby	nvarchar(20),	
workScope_updateddate	datetime,	
workScope_deleted	bit,	
workScope_transfer	nvarchar(1),	
dpr_no	nvarchar(10),	
dpr_date datetime,
Posted
Updated 12-Dec-14 18:45pm
v2
Comments
Tomas Takac 13-Dec-14 2:48am    
Not clear, you need to be more specific than that. What validation? In database? What are you doing? Where are you stuck? Show some code. Please use "improve question" button to provide additional information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900