Due to some technical error All Project source code & Project report are now available on www.ignousupport.blogspot.com Download all project for free
GO
CREATE PROCEDURE insSchedule
(
@iStuId int,
@dtSDate datetime
)
AS
insert into Schedule values( @iStuId ,@dtSDate )
GO
CREATE PROCEDURE insSubQAttempted
(
@iStuId int,
@iSubQusId int,
@tAnswer text
)
AS
Insert into SubQAttempted values(@iStuId ,@iSubQusId ,@tAnswer )
RETURN
GO
CREATE PROCEDURE insSubQues
(
@iExId int,
@tQus text,
@tAns text,
@iMaxMarks int,
@bStatus bit
)
AS
insert into SubQus (iExId,tQus,tAns,iMaxMarks,bStatus)
values
(@iExId,@tQus,@tAns,@iMaxMarks,@bStatus)
GO
CREATE PROCEDURE insCriteria
(
@vCriteriaName varchar(50),
@tCriteriaText text
)
AS
Insert into Criteria values(@vCriteriaName,@tCriteriaText)
RETURN
This site is designed to help BCA MCA student to develop final project and synopsis Download Free BCA Project, MCA Project, IT Projects, Final report and Project synopsis with Full documentation and code
Free download MCA projects in ASP.NET with documentation, Free download MCA projects in VB.NET with documentation, Free download MCA BSc CS projects in C#.NET with documentation,
Free download MCA projects in JAVA with documentation, Free download MCA projects in PHP with documentation, Free Download MCA BTech BE MSc BSc IT CS projects in PHP with MY SQL
Free Download BCA Final Year Project Synopsis, Free Download BCA Final Year Project Report, Free Download MCA Final Year Project Synopsis, Free Download MCA Final Year Project Report