I run a powerbuilder app on a asa8 database.
I want to export data from tables to a sql txt file and import into another database db file. I thought of creating a sql insert script but after much research and trial and error not getting anywhere. Then tried creating dynamic datawindows per table and exporting the data that way to a csv file and importing it that way - but feel that will take too much coding time to achieve that. I tried using cybase central to do backup and restore but not getting that right. Issue is that I want clients to generate the export file data and mail them to me for problem analysis. I don't really want them to use cybase central for security and complexity reasons, rather just press a button on my app and export data.
Ok, what I'm asking is what's the best way to go about this? Create sql select from table into file, then insert into tables (can I have some samles pls) or create dynamic dw - export to file - import into dw and update ()
Thanks Alex