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?
On Mar 27, 7:09 am, vicky87....@gmail.com wrote:
> 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
vicky87.eie@gmail.com - 28 Mar 2008 06:32 GMT
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.