المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Form issue.



C# Programming
01-30-2010, 01:00 AM
Hi folks,

I am entering data into the db from a winform. The save button handles the insertion of the form data into the db. The form has
all fields for insertion into the table. Some field of the table are set to database defaults like getdate() and suser_sname.
When I hit the save button .... the default values are not getting interted into the db they are NULL when i query the db.

please provide you suggestions to relove this issue . thanks