Results 1 to 5 of 5

Thread: Paradox to mysql

  1. #1
    Join Date
    Mar 2003
    Posts
    5

    Question Paradox to mysql

    Everyone knows how can i export a graphics field from paradox to mysql?

    thank you

  2. #2
    Join Date
    Feb 2003
    Location
    Johannesburg, South Africa
    Posts
    145
    Although MySQL can store BLOB's, it's not a good design. What you should do is to export the image from Paradox ( I belief you use Delphi, so you should be able to export it to most of the common image formats ) to the local file system. In MySQL you only use a reference to the file.

    If you did this in Paradox way back, you probably would have found a drastic increase in performance.

    Cheers

  3. #3
    Join Date
    Mar 2003
    Posts
    5
    There are any chances to export with a php script?

  4. #4
    Join Date
    Feb 2003
    Location
    Johannesburg, South Africa
    Posts
    145
    Paradox can be accessed via ODBC, so you should be able to do it. It would however seem to be developped by yourself, as I could not find anything along those lines that already works.

    Cheers

  5. #5
    Join Date
    Mar 2003
    Posts
    5

    Smile

    I do it in Delphi after all. There are some years i didn't work in Pascal. But i made it.
    Thanks a lot.

Posting Permissions

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