hi, Can i export data automatically? I need to export data and put into another database. Really, I need to access data from a perl program and obtain a text file, in order to analize any things. It is possible? Jessica
Yes, it's very easy to a programmer. Most databases are designed to import and export via a number of formats, particularly CSV (comma-delimited) and tab-delimited text.
Where do i find examples? I have a program in perl under unix and it executes with crontab, but i need to connect FMP in order to obtain optigold data and put into mysql. Jessica
The easiest way would be to access the data via HTTP and get XML results or something. Then your cron job can just pull the data when it feels like it.
but I don't want to access the data via HTTP. I really need to access via perl script and put into another database like mysql.