SQL create table from pdf

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reimar Bauer

    SQL create table from pdf

    Hi all,

    I would like to use a routine which has as input a pdf form file and returns
    the SQL statement to create the table for a SQL database.

    Did someone know such a tool?

    Reimar

    --
    Forschungszentr um Juelich
    email: R.Bauer@fz-juelich.de

    =============== =============== =============== =============== ======
    a IDL library at ForschungsZentr um Juelich


  • Manuel Lemos

    #2
    Re: SQL create table from pdf

    Hello,

    On 07/25/2004 03:44 PM, Reimar Bauer wrote:[color=blue]
    > I would like to use a routine which has as input a pdf form file and returns
    > the SQL statement to create the table for a SQL database.
    >
    > Did someone know such a tool?[/color]

    PDF? This is odd? Are you sure it is not something else like dbf ?

    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


    PHP Reviews - Reviews of PHP books and other products


    Metastorage - Data object relational mapping layer generator

    Comment

    • Reimar Bauer

      #3
      Re: SQL create table from pdf

      Manuel Lemos wrote:[color=blue]
      > Hello,
      >
      > On 07/25/2004 03:44 PM, Reimar Bauer wrote:
      >[color=green]
      >> I would like to use a routine which has as input a pdf form file and
      >> returns
      >> the SQL statement to create the table for a SQL database.
      >>
      >> Did someone know such a tool?[/color]
      >
      >
      > PDF? This is odd? Are you sure it is not something else like dbf ?
      >[/color]


      no it's acrobats fdf/pdf formular files. I have lot's of them. You could
      send data by get and post the same way as for HTML.
      pdf is perfect printable.


      Reimar

      Comment

      Working...