|
|
Custom Function write to Database field
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: Recursive interpolation function - comp.databases.filemaker ...By this time you will have done so much cleaning of your data that a custom function is ... wich of them to use in > calculations he should be able to write in text fields ... Summarize a field - comp.databases.filemakerChange the summary function or custom calculation for a field in a ... Data in the Values area summarize the underlying source data (not the value that is showing) in the ... ODBC Database Insert 'DateTime' - comp.soft-sys.matlab... to use an sql query in the function insert to write a datetime to an ODBC database. ... ODBC: Howto access container fields? - comp.databases.filemaker ... ODBC Database ... Update Statement - Replace, Wildcard, and partial update? - comp ...... based on a wild card and only replace the wild card data (not the > entire field). ... work with wildcards, neither does Instr You need to write a custom VBA function ... I have a isNumeric function to check a text field is numeric .. I ...I have a isNumeric function to check a text field is numeric .. I ... I have a ... Copy-on-write for real/imaginary parts of complex data? - comp ... > > > > The only way it ... Sum the value of all records in one field - comp.databases ...Hi, I have much of my database experience with ... Or I could write a SQL query like select sum ... self-join) and then apply the sum() function to the related field. Static reflection - a base for runtime reflection? - comp.lang.c++ ...... defining and using custom qualifiers/annotations in type definitions, field and ... That is to say, if you write a function like ... information as compile-time data ... Copy-on-write for real/imaginary parts of complex data? - comp ...> ===== > > Might there be a way to write a MEX function that lets ... isNumeric function to check a text field is numeric .. I ... Copy-on-write for real/imaginary parts of complex data ... read labview files in matlab. - comp.soft-sys.matlabIs there a way to write the array in a ... d0000x050.ascii'); % Break the data up into a new structure with one field ... explanatory - if you are using a custom function ... writing a function to load mat files and then writing a callback ...... var1','var2'); My next issue is writing a function for ... Fastest way to save data? - comp.soft-sys ... Custom Applications to Read and Write MAT-Files :: Read and Write ... ... Adding the Custom Function to a Crystal Report... you create a Crystal report that accesses your custom function. ... In the Available Data Sources panel of the Standard ... From the Field Explorer, within the Formula Fields ... Writing a custom aggregate function - database.itags.org is the #1 ...database.itags.org: Microsoft SQL Server question: Writing a custom aggregate function, created ... Value, Field!Weight.Value) How could I write a custom aggregate function ... 7/18/2012 12:16:46 AM
|
|
|
|
|
|
|
|
|