1846805 Members
3673 Online
110256 Solutions
New Discussion

Scripting

 
Elias_2
New Member

Scripting

Hi,
is it possible to via scripting and automatic action to export the value of a variable during an event that could be measured and store it to a database like Postgre.
I can do this with batch file communicating with a database but cannot deal with the value
Help me

Thank you
everything is possible
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: Scripting

With perl, you can make odbc calls, so if Postgres supports it, then yes.
Live Free or Die
harry d brown jr
Honored Contributor

Re: Scripting

You'll find the perl to postgress modules here:

http://www.perl.com/CPAN-local/modules/by-module/Pg/
Live Free or Die
Elias_2
New Member

Re: Scripting

harry

do i have to write perl commands, or is it possible with 'raw' logic?
any examples?
everything is possible