Write program in VB.Net with SQL Server and Crystal Reports
to develop a small windows application to add,edit,save,
search and print Employee Information and send sourcecode as
zip file.


empcode : ..............
empname : ..............
dateofjoin : dd/mm/yyyy
dateofbirth : dd/mm/yyyy


TableName: EmpMaster
EmpCode
EmpName
DOB
DOJ

TableName: EmpDocs
EmpCode
DocNo
DocName
ExpDate





No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB.NET Interview Questions

Which control is an example of an object in vb net?

0 Answers  


Explain about branching logic control in vb.net?

0 Answers  


Explain an assembly and its use?

0 Answers  


how many server control present in .net

0 Answers  


What is break mode? What are the options to step through code?

0 Answers  






What is the diff between vb mdi form and .net mdi form?

0 Answers  


What is difference between a panel and GroupBox ?

3 Answers   GHK,


What is the difference between readonly variable and constant variable?

0 Answers  


What is jagged array in vb.net?

0 Answers  


what is vb,net

1 Answers   ME,


What is redim keyword and its use?

0 Answers  


I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated

2 Answers  


Categories