Thread: Trigger with Stored Procedure [Client Points]
Hi list,<br /><br />I have a table like this:<br /><br />Points<br />---------------------------------<br />Id<br />operation<br/>value<br /><br />and another two tables like this<br /><br />Client Rule<br /> ------------------------ -----------------------<br/>id id<br />name percent <br />Points<br /><br /><br /><span style="font-weight: bold;"> ps: ThePoints table is a table that represent each moviment of the Client.</span><br /><br /><br />I need to make a trigger thatsee after all insert on Points table and update the client table based on the percent on the Rule table. <br /><br />Anyonethat would like to help me I will be very welcomed.<br /><br />My best regards ...<br />Ezequias<br /><br /><br /><br/><br /><br /><br />I must do trigger to update a table based on a field a Stored Procedure to update a table based<br clear="all" /><br />-- <br /> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<br /> Atenciosamente(Sincerely)<br /> Ezequias Rodrigues da Rocha<br/> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<br />A pior das democracias ainda é melhordo que a melhor das ditaduras<br />The worst of democracies is still better than the better of dictatorships <br /><ahref="http://ezequiasrocha.blogspot.com/">http://ezequiasrocha.blogspot.com/</a>
On 8/30/06, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:
I am not exactly sure what you are trying to do here. Can you provide an example of the data and what you want to occur?
==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================
Hi list,
I have a table like this:
Points
---------------------------------
Id
operation
value
and another two tables like this
Client Rule
------------------------ -----------------------
id id
name percent
Points
ps: The Points table is a table that represent each moviment of the Client.
I need to make a trigger that see after all insert on Points table and update the client table based on the percent on the Rule table.
Anyone that would like to help me I will be very welcomed.
==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================
On 8/31/06, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:
Please include the list when you reply (reply to all).
So are you saying you need to add foreign keys to the tables? Or are the rules what dictate what records should be updated? From what you have said and what I can see of your tables, the rule and points tables need foreign keys to the clients table so you know what clients the points and rules are for. Of course I am guessing based off the very limited information you have provided.
If we are to help you, you really need to provide some examples. What kind of rules are you talking about?
==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================
Bono,
I must check each insert on my Points(each shop generate a new line on Points table).
When I insert the record on points I must see the field Value(on points table already) and update the Client.Points field based in some rule. My fear is not get correct row and do not update the correct client.
Any help would be very welcome.
Regards
Ezequias2006/8/31, Aaron Bono < postgresql@aranya.com>:On 8/30/06, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:Hi list,
I have a table like this:
Points
---------------------------------
Id
operation
value
and another two tables like this
Client Rule
------------------------ -----------------------
id id
name percent
Points
ps: The Points table is a table that represent each moviment of the Client.
I need to make a trigger that see after all insert on Points table and update the client table based on the percent on the Rule table.
Anyone that would like to help me I will be very welcomed.
I am not exactly sure what you are trying to do here. Can you provide an example of the data and what you want to occur?
So are you saying you need to add foreign keys to the tables? Or are the rules what dictate what records should be updated? From what you have said and what I can see of your tables, the rule and points tables need foreign keys to the clients table so you know what clients the points and rules are for. Of course I am guessing based off the very limited information you have provided.
If we are to help you, you really need to provide some examples. What kind of rules are you talking about?
==================================================================
Aaron Bono
Aranya Software Technologies, Inc.
http://www.aranya.com
http://codeelixir.com
==================================================================