CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  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.

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: using PDF as the front end, connected to DB?

    I'm pretty sure this is a bad way of programming things ... All seems a bit lengthy when a webpage could just be designed to link to the database directly?
    Yes. Do that. Life is short.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

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