User Profile
Collapse
-
showmetheway started a topic What is the best way to load data to the following structure from database?in C SharpWhat is the best way to load data to the following structure from database?
The database schema is as follows
Database Table : Employee
EmployeeID(int, pk)
FirstName(nvarc har)
LastName(nvarch ar)
Email(nvarchar)
EmployeeType(in t)
Salary(decimal)
HourlyRate(deci mal)
Database Table : Benefits
BenefitID (int, pk)
Benefit (nvarchar)
EmployeeID (int, fk)
Employee table holds all the employee data. Salary...
No activity results to display
Show More
Leave a comment: