Skip to main content
Known Participant
July 1, 2010
Question

Can I get data from Oracle database in FrameMaker?

  • July 1, 2010
  • 2 replies
  • 817 views

My data saves in  oracle database. I want to get my data from oracle database in framemaker.I think FDK can meet my requirments.

But in all FDK help document, I did not find any helpful information.

How Can I deal with it?

This topic has been closed for replies.

2 replies

Inspiring
July 1, 2010

Search the Adobe site for "framemaker database" or "framemaker database publishing" -- there are a number of third party products that drop into place.

Also, Rick Quatro at frameexpert.com has FrameScripts that you can plug in.

Researching either of these should give you some ideas of how to accomplish it yourself if you'd rather create your own solution.

Michael_Müller-Hillebrand
Legend
July 1, 2010

Zhao Peng,

How to collect data from third applications is nothing the FDK must care about. You use the FDK to insert the data into FrameMaker documents.

E.g., with the FrameScript plug-in comes a module that implements ODBC database access, so I am pretty sure you can do as well on your own using C. Depending on the database access method you choose, you have to look there for documentation.

- Michael

Legend
July 1, 2010

Yes. In other words, the FDK has no built-in database interface support, so you'll need to research how to interface with the database using C, then pass the data into FrameMaker using FDK methods. This is another thing I haven't done before so unfortunately can't be any more helpful.

Russ