Form which is connected to SQL database

  • Hi all.

    I have got a task which I'm working with on the moment.

    I'm looking for an answer here, as this is the best place to ask questions.

    Ok, I've created few tables in SQL, then Report in BIDS, what i need to do now is Create a FORM on my Company website which will be conected to my tables.

    I also need to write a code which will be responsible for any changes to my Form, if there will be any changes i need to received an email with alert about this changes.

    Example.

    supplier is going to my form, changing delivery date.

    i need to receive an email with all information about the changes.

    so what i need you to help me with is:

    1. how to create a form like that

    2. what type of code to write.

    HELP!!!!

    I'm Struggling with that quite some time!!

  • Marlena.ibek (1/9/2013)


    Hi all.

    I have got a task which I'm working with on the moment.

    I'm looking for an answer here, as this is the best place to ask questions.

    Ok, I've created few tables in SQL, then Report in BIDS, what i need to do now is Create a FORM on my Company website which will be conected to my tables.

    I also need to write a code which will be responsible for any changes to my Form, if there will be any changes i need to received an email with alert about this changes.

    Example.

    supplier is going to my form, changing delivery date.

    i need to receive an email with all information about the changes.

    so what i need you to help me with is:

    1. how to create a form like that

    2. what type of code to write.

    HELP!!!!

    I'm Struggling with that quite some time!!

    You haven't even come close to providing enough information for anybody to help point you in the right direction. What type of website is it? classic asp, php, dotnet, something else?

    The basic format of what you are describing is you need a page that display the information in a grid or a way to search for the rows to modify. In the results you need a way to bring up an edit form. The edit form will need to update your database, send the email and then return the results page.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply