Changeset 1598:13c26743853f
- Timestamp:
- 03/01/10 11:47:14 (5 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
apps/las2oci.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apps/las2oci.cpp
r1597 r1598 687 687 p_srid = (long*) malloc (1 * sizeof(long)); 688 688 p_srid[0] = srid; 689 printf("srid: %d", p_srid[0]);690 689 } 691 690 statement->Bind(p_srid); … … 709 708 710 709 if (statement->Execute() == false) { 710 blocks* b = CreateBlock(324); 711 711 delete statement; 712 712 return false; … … 764 764 { 765 765 j++; 766 767 FillBlock( con,768 statement,769 *i,770 reader2,771 b,772 j,773 srid,774 pc_id,775 GetGType(bUse3d, bUseSolidGeometry),776 bUseSolidGeometry,777 bUse3d,778 nDimensions779 );766 // 767 // FillBlock( con, 768 // statement, 769 // *i, 770 // reader2, 771 // b, 772 // j, 773 // srid, 774 // pc_id, 775 // GetGType(bUse3d, bUseSolidGeometry), 776 // bUseSolidGeometry, 777 // bUse3d, 778 // nDimensions 779 // ); 780 780 781 781 bool inserted = InsertBlock(con,
Note: See TracChangeset
for help on using the changeset viewer.
