Custom Function write to Database field

  • Follow


I am trying to create a custom function that after it does its
calculation and has the final value on a variable it can insert that
value in a field on the database.

Is it possible to be done using custom functions or I would have to
write an external plugin in C that inserts data in a database?

Thanks

Thiago

0
Reply thijorge (8) 10/24/2005 10:13:36 PM

thijorge wrote on (10/24/2005):

>I am trying to create a custom function that after it does its
>calculation and has the final value on a variable it can insert that
>value in a field on the database.
>
>Is it possible to be done using custom functions or I would have to
>write an external plugin in C that inserts data in a database?
>
>Thanks
>
>Thiago

Custom function creates a value. Set the value using a script (Set Field 
step):

Set Field [ Your Field ; YourFunction (data1 ; data1 ; etc) ].

Matt
0
Reply Matt 10/24/2005 10:38:10 PM


Hey Matt, that is exactly what I needed....Was just making an easy
solution complicated.

Thanks

0
Reply thijorge 10/24/2005 11:04:01 PM

thijorge wrote on (10/24/2005):

>Hey Matt, that is exactly what I needed....Was just making an easy
>solution complicated.
>
>Thanks

Been there, done that, haven't applied the lesson 100% (still do it).

Matt
0
Reply Matt 10/25/2005 12:27:08 AM

3 Replies
210 Views

(page loaded in 0.542 seconds)

Similiar Articles:













7/18/2012 12:16:46 AM


Reply: