CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Nov 2005
    Posts
    135

    using PDF as the front end, connected to DB?

    Is it possible to use an Adobe PDF file as the front end connection to a database?
    I'm pretty sure this is a bad way of programming things but I have seen more and more ocntrolled forms recently and am wondering if it could be done this way?

    I believe Adobe also uses XML so could it read from XML files prepared by a database export routine and update the XML file via a web service? All seems a bit lengthy when a webpage could just be designed to link to the database directly?
    Last edited by JACKWEBS; April 16th, 2012 at 07:01 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured