I would like to insert an multidimensional array of points into a dataset stored in a SQL Server. Do you guys have a sample code showing how to connect and insertRow?
If you are looking to insert a row into a SQL Server table, take a look at the ArcSDESQLExecute class. If you are looking to insert a row into an SDE geodatabase table, you can use the InsertCursor function.