email with checkboxes [message #380598] |
Mon, 12 January 2009 09:14 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
athene
Messages: 11 Registered: January 2009
|
Junior Member |
|
|
Hi,
I have created a procedure for sending an email with data from db.I have to include checkboxes ,text area and buttons in the email.
The recepient should be able to check the checkboxes and on click these data should get inserted into the db.
Can this be done using PL/SQL
Thanks in Advance.
|
|
|
Re: email with checkboxes [message #380600 is a reply to message #380598] |
Mon, 12 January 2009 09:21 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
You can use Pl/Sql Server Pages to generate web pages that will do this.
Otherwise - no. Pl/Sql is a server side language with no built in GUI interface.
|
|
|
Re: email with checkboxes [message #380601 is a reply to message #380600] |
Mon, 12 January 2009 09:45 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
Actually, I think I misread your question.
Do you want the email to contain some code that will update the database?
If so, you can't do it from pl/sql. You would need a POP3 email client to handle receipt of the reply to their email, and something to pass the details to the database.
|
|
|
Re: email with checkboxes [message #380602 is a reply to message #380598] |
Mon, 12 January 2009 09:51 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/136107.jpg) |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>Can this be done using PL/SQL
Simply put, NO since PL/SQL run deep within Oracle RDBMS server.
Why would you want some random & remote person to be able to change data within your database from email client?
Emails can be received on cell phones.
Do you want any cell phone around the world changing data in your DB?
How do you control security & data integrity?
[Updated on: Mon, 12 January 2009 09:53] Report message to a moderator
|
|
|
|
|
|