Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    PHP Programming

    import dbf files


    My goal is to be able to import dbf files into MySQL on a nightly basis.

    Can I enable dbase support by uncomment the dbase extension entry in the
    php.ini file or is there more to it?

    Are there any working examples available that read and import dbf files?

    Thanks,

    Dave

    **********************************************************************
    HTC Disclaimer:  The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.  Thank you.
    **********************************************************************

    On Fri, 2007-05-11 at 09:23 -0400, Bosky, Dave wrote:
    > My goal is to be able to import dbf files into MySQL on a nightly basis.

    > Can I enable dbase support by uncomment the dbase extension entry in the
    > php.ini file or is there more to it?

    Check the output generated by the phpinfo() function. Check in the
    extensions area if sbase support is included. If not, then you'll need
    to get the extension and activate it.

    Cheers,
    Rob.
    --
    .------------------------------------------------------------.
    | InterJinn Application Framework - http://www.interjinn.com |
    :------------------------------------------------------------:
    | An application and templating framework for PHP. Boasting  |
    | a powerful, scalable system for accessing system services  |
    | such as forms, properties, sessions, and caches. InterJinn |
    | also provides an extremely flexible architecture for       |
    | creating re-usable components quickly and easily.          |
    `------------------------------------------------------------'

    -----------------------------------------------Reply-----------------------------------------------

    On Fri, May 11, 2007 8:23 am, Bosky, Dave wrote:
    > My goal is to be able to import dbf files into MySQL on a nightly
    > basis.

    > Can I enable dbase support by uncomment the dbase extension entry in
    > the
    > php.ini file or is there more to it?

    On Windows, assuming you have the dbase DLL matching your PHP version
    in the extensions directory, that's almost all there is to enabling
    dbase, I presume -- that's how all the other extensions work...

    You also have to re-start Apache, or IIS, or the whole machine,
    depending on what you are running and how MS feels that day.

    > Are there any working examples available that read and import dbf
    > files?

    Can you export dbf to something like CSV or tab-delimited?

    There are usually stock tools for that, which are efficient and
    well-tested.

    Importing a CSV or tab-delimited is also stock/easy/efficient/robust.

    --
    Some people have a "gift" link here.
    Know what I want?
    I want you to buy a CD from some indie artist.
    http://cdbaby.com/browse/from/lynch
    Yeah, I get a buck. So?

    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc