bgupta has asked for the wisdom of the Perl Monks concerning the following question:

Is it possible to parse and upload ( bulk copy ) an XML file into a sybase database table and vice versa? If yes, please help me with a sample Syabse::BCP configuration. If no, please suggest an alternative way to do this. Thanks in advance!!!

Replies are listed 'Best First'.
Re: Sybase::BCP for XML files
by Anonymous Monk on May 06, 2009 at 06:11 UTC
    Sybase BCP API doesn't appear to deal with XML, so its not possible the way you think
Re: Sybase::BCP for XML files
by runrig (Abbot) on May 06, 2009 at 14:16 UTC
    If no, please suggest an alternative way to do this.

    Reformat the XML file to a delimited file and use BCP on that.