Data from PDF and stored in database using stored procedure

  • Hi Friends,

    i need solution for following requirements.

    1. User can apply leave in PDF form

    2. Once user enter all details and press the submit button

    3. Database should get all field information in a leave pdf form and store in a database

    4. Also all data from database to leave pdf form should display.

    For this, how to write in stored procedures.

    Please give me the solution.

  • The actual process of storing / displaying the data you retrieve from the database is down to the frontend application language you use (C#, VB.Net etc.). You are unlikely to get much help with that on this Forum.

    You can, however, have the application call Stored Procedures to Persist or Retrieve data from the database.

    If you would like an example of this, then please provide the DDL for the target tables.

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

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