Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not familiar with oracle but we are using oracle10gi(toad) with vb.net in a web application.
Can you suggest to bind uploaded .csv file into oracle database?
Until now, I tried to upload and show in dataset, but now I need to insert data into the database - how?
Can anyone suggest how to insert it?

Thanks for you responses.
Posted
Updated 21-Dec-10 22:00pm
v2
Comments
JF2015 22-Dec-10 4:00am    
Edited to improve spelling, grammar and readability.

1 solution

Any problem? what's the error message? you should have included that in your question.

Anyway here you go

How to Load a CSV File to a DatasetRead more: How to Load a CSV File to a Dataset[^]

How to insert dataset into Oracle database directly[^]

insert datatable into oracle table[^]

BTW 2 links in C# so use online converters for C# to VB.NET conversion.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900