-
1. Re: [JS][CS3] Database Syncronisation
Gonterman1201 Dec 21, 2011 8:00 AM (in response to Roy Marshall)I am wondering if you ever came up with a solution?
-
2. Re: [JS][CS3] Database Syncronisation
Roy Marshall Dec 21, 2011 10:52 AM (in response to Gonterman1201)HI.
No, I have abandoned this project for now. Thanks for the interest.
Roy
-
3. Re: [JS][CS3] Database Syncronisation
L. Guy O'Rojo Dec 21, 2011 11:26 AM (in response to Gonterman1201)I do this by using the database to write InDesign tagged text files containing the latest data and with all styles applied.
-
4. Re: [JS][CS3] Database Syncronisation
Gonterman1201 Jan 11, 2012 8:09 AM (in response to L. Guy O'Rojo)What do you use to connect to your database? Are you Mac or PC? do you use a ODBC driver?
-
5. Re: [JS][CS3] Database Syncronisation
L. Guy O'Rojo Jan 11, 2012 1:08 PM (in response to Gonterman1201)I use Filemaker Pro as the database, networked to a Filemaker server. FM can use mysql sources directly if necessary, or run web services requests via its browser capability, etc. Writing tagged text files can be done on Mac or PC.
-
6. Re: [JS][CS3] Database Syncronisation
Gonterman1201 Jan 12, 2012 9:28 AM (in response to L. Guy O'Rojo)Do you connect to the Filemaker Pro DB only using Javascript? I was under the impression that I need a ODBC driver. The connection being between Indesign and the database.
-
7. Re: [JS][CS3] Database Syncronisation
L. Guy O'Rojo Jan 13, 2012 11:57 AM (in response to Gonterman1201)There is no live connection to the database. The database simply writes the tagged text files to disk any time an update is desired. Then InDesign places the tagged text file.
-
8. Re: [JS][CS3] Database Syncronisation
Gonterman1201 Jan 16, 2012 11:15 AM (in response to L. Guy O'Rojo)Ok. I thought there was a live connection.

