How can I get and insert data using external data source in Power builder?
I need to know the details of communication of data from power builder data window to other external data source not data base I know importfile but I want one full example If any one help me
Public Comments
- What is your external datasource? It can Delimited file, Just Delimited string, What you got do is create a datawindow which matches the structore if the data you are getting. Then you can use the import file directly. You can store the path in an ini file or databse dw_1.ImportFile(Path_of_text_file) To save into a text file or Excle( ther is so many type) Use dw_1.SaveAs() If you send me the more specfics I am happy to resolve it. Not a big deal
Powered by Yahoo! Answers