in reply to Re^2: Saving data to XML file using DBD::AnyData
in thread Saving data to XML file using DBD::AnyData

In my code there is no ad_export statement and if I add one I get the same error messages. I see now that I didn't understand what was the real problem, sorry, in this case, probably snoopy was right about what is happening.

Anyhow the DBD-AnyData module has 8 active bugs and the last is 2 years old, I'm not sure it's ready for production.

Best regards, Stefan

  • Comment on Re^3: Saving data to XML file using DBD::AnyData

Replies are listed 'Best First'.
Re^4: Saving data to XML file using DBD::AnyData
by warsting (Novice) on Dec 07, 2009 at 15:13 UTC

    Seeing that I couldn't get the export to work and checking when the author was going to fix the bug based on snoopy's bug report to the author which will not be until version 2.0 (whenever that will be), I decided to use XML-Simple to create the XML based on the selection on the memory table. I will create a routine and use it in the places that I was going to export.

    With PERL, there's always a way...

    Thanks for every ones help.