Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set up Text file as datasource

Status
Not open for further replies.

aaasrija

Programmer
Feb 25, 2006
3
US
Hi,

I don't have much experience in powerbuilder. I am using powerbuilder9.0.2. I need to read a tab spaced text file and load that data into a tbale in Oracle database(9i). How can I make textfile as datasource?Can anybody help me with this? I would really appreciate.
 
Create a datawindow object similar to the text file fields and then use the command Importfile. Issue th eupdate command against the datawindow.

Jerry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top