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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

comma-separated file & VB 6.0

Status
Not open for further replies.

MavrickStl

Programmer
Feb 20, 2001
71
0
0
US
How can I import an ASCII comma-separated file into a Oracle table using Visual Basic 6.0.

Thanks, Mavrick
 
If I were you, I would use MS SQL 7.0 because the Data Transfer Server can do that for you without doing any program. Regradless of its type, even the oracle data can be imported to SQL 7.0.
 
Possibly you could use ADO to create a Connection to the Oracle database. Then a RecordSet pointing to the Oracle table. A loop through adding new records followed by a Commit should do the trick.

Hope this of use. John Whyte
jwhyte@skipton.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top