Re: samples of Oracle::OCI
[email protected] (Tim Bunce) Sun, 5 Aug 2001 22:57:48 +0100
| Newsgroups | perl.dbi.oracle-oci |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 05, 2001 at 11:47:38AM +0200, itamar elem wrote: > hi tim > thank alot about the fast response > the problem is that we try to construct our perl-scripts > according to the $ORACLE_HOME/rdbms/demo examples > which is C examples.but our script crashed. > the translation from c to perl doesnt go very well. > that why we needed your help so much. Do the $ORACLE_HOME/rdbms/demo examples work for you? Can you write one that does what you want in C? (Note that if you're not fairly comfortable doing that then you're not going to be fairly comfortable working with Oracle::OCI at this stage). Assuming you've done the able and you still have problems then post *detailed* information to the list. Always run your code with tracing enabled (say, DBI->trace(2)). Tim.