Importing data from oracle

  • Thread starter Thread starter vicky87.eie
  • Start date Start date
V

vicky87.eie

I need to save the array contents to a database in oracle. Also i need
to modify them if the array content changes. Can u tell me hoe to do
it?
 
I need to save the array contents to a database in oracle. Also i need
to modify them if the array content changes. Can u tell me hoe to do
it?

Hi,

the same way you would do it in MS-SQL server, but using the Oracle
data provider
 
Ya i know that we can do it in MS-SQL. But dnt know hw to do. I know
to work with oracle. So i thaught of working with it. Now i created a
table in it with 2 columns(X and Y). Actually i need to insert the
contents of a POINT data type array ( X and Y ) in .net to that table.
I need to control the table contents from my .net form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top