in reply to Oracle SDO_GEOMETRY and DBI binding problem
and then execute with appropriate values bound to the ?'s.my $insq = "insert into SHAPES (blah..blah) values (SDO_GEOMETRY(2003, +NULL,NULL,SDO_ELEM_INFO_ARRAY(1,1003,3),SDO_ORDINATE_ARRAY(?,?,?,?))) +"; $sth = $DBH->prepare($insq);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Oracle SDO_GEOMETRY and DBI binding problem
by Anonymous Monk on Jul 11, 2008 at 18:38 UTC |