Results 1 to 2 of 2

Thread: Updating newly added fields in SQL table

  1. #1
    Join Date
    Jan 2011
    Posts
    1

    Question Updating newly added fields in SQL table


    I'm trying to update some newly added fields (DOB, Social Security, Address) to my tblEmployee table via the connected website. I've added the fields to tblEmployee, and added the corresponding fields to my .aspx file. When I go to the website and type in all information associated with a new employee and hit save, the new fields return blank when I bring up that employee. Any help would be greatly appreciated. I would assume that it is a problem with a stored procedure in the SQL database.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Possible to post sp code?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •