Insertion of an array of data into Oracle table with stored proc
From: cvissy (c.k.b_at_webmail.co.za)
Date: 05/14/04
- Previous message: Josef Garvi: "Re: Firebird"
- Next in thread: cvissy: "Re: Insertion of an array of data into Oracle table with stored proc"
- Reply: cvissy: "Re: Insertion of an array of data into Oracle table with stored proc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 May 2004 23:58:21 -0700
Hi,
Im new to Oracle and need to insert an array of lines of data (data is
String and int values), with each item in the array representing a
record for insertion e.g.
line 1 [intVal1, strVal1, strVal2]
line 2 [intVal1, strVal1, strVal2]
line 3 [intVal1, strVal1, strVal2]
line 4 [intVal1, strVal1, strVal2]
line 5 [intVal1, strVal1, strVal2]
line 6 ..
line 7 ..
I am looking at an array of structures - has anyone done this before?
How did you do it?
Thanks
Chris
- Previous message: Josef Garvi: "Re: Firebird"
- Next in thread: cvissy: "Re: Insertion of an array of data into Oracle table with stored proc"
- Reply: cvissy: "Re: Insertion of an array of data into Oracle table with stored proc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|