array of structs
750975Feb 2 2010 — edited Mar 25 2010I am trying to find an example of an oci application that uses an array of structs that have (OCIString and OCINumbers) . I want to insert a whole array of structs into a database. one struct would equal one row in the database I just can't find an example. I almost have code working that made 4 arrays of each individual field but it doesn't quite work and I would rather create the structs and and upsert them. is this possible? Can you give me and example?